pub unsafe extern "C" fn LLVMAddModuleFlag(
M: LLVMModuleRef,
Behavior: LLVMModuleFlagBehavior,
Key: *const c_char,
KeyLen: usize,
Val: LLVMMetadataRef,
)Expand description
Add a module-level flag to the module-level flags metadata if it doesn’t already exist.
@see Module::addModuleFlag()