ΒΆvoid LLVMAddModuleFlag(
    LLVMModuleRef M,
    LLVMModuleFlagBehavior Behavior,
    const char* Key,
    size_t KeyLen,
    LLVMMetadataRef Val)

Description

Add a module-level flag to the module-level flags metadata if it doesn't already exist.

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

Parameters

LLVMModuleRef M
LLVMModuleFlagBehavior Behavior
const char* Key
size_t KeyLen
LLVMMetadataRef Val