LLVMSetModuleInlineAsm2

Function LLVMSetModuleInlineAsm2 

Source
pub unsafe extern "C" fn LLVMSetModuleInlineAsm2(
    M: LLVMModuleRef,
    Asm: *const c_char,
    Len: usize,
)
Expand description

Set inline assembly for a module.

@see Module::setModuleInlineAsm()