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()
pub unsafe extern "C" fn LLVMSetModuleInlineAsm2(
M: LLVMModuleRef,
Asm: *const c_char,
Len: usize,
)Set inline assembly for a module.
@see Module::setModuleInlineAsm()