Function rustc_codegen_llvm::llvm::LLVMAppendModuleInlineAsm

source ยท
pub unsafe extern "C" fn LLVMAppendModuleInlineAsm(
    M: &Module,
    Asm: *const c_char,
    Len: size_t,
)
Expand description

See Module::setModuleInlineAsm.