[][src]Function rustc_llvm_proxy::proxy::LLVMAddModuleFlag

#[no_mangle]
pub unsafe extern "C" fn LLVMAddModuleFlag(
    M: LLVMModuleRef,
    Behavior: LLVMModuleFlagBehavior,
    Key: *const c_char,
    KeyLen: size_t,
    Val: LLVMMetadataRef
)