pub unsafe extern "C" fn LLVMAppendModuleInlineAsm(
M: LLVMModuleRef,
Asm: *const c_char,
Len: usize,
)Expand description
Append inline assembly to a module.
@see Module::appendModuleInlineAsm()
pub unsafe extern "C" fn LLVMAppendModuleInlineAsm(
M: LLVMModuleRef,
Asm: *const c_char,
Len: usize,
)Append inline assembly to a module.
@see Module::appendModuleInlineAsm()