ΒΆLLVMModuleFlagEntry* LLVMCopyModuleFlagsMetadata(
    LLVMModuleRef M,
    size_t* Len)

Description

Returns the module flags as an array of flag-key-value triples. The caller is responsible for freeing this array by calling\c LLVMDisposeModuleFlagsMetadata.

Declared at: llvm/include/llvm-c/Core.h:789

Parameters

LLVMModuleRef M
size_t* Len