ΒΆvoid LLVMAddModuleFlag(
LLVMModuleRef M,
LLVMModuleFlagBehavior Behavior,
const char* Key,
size_t KeyLen,
LLVMMetadataRef Val)
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:800
Parameters
- LLVMModuleRef M
- LLVMModuleFlagBehavior Behavior
- const char* Key
- size_t KeyLen
- LLVMMetadataRef Val