Function append_module_inline_asm

Source
pub(crate) fn append_module_inline_asm<'ll>(llmod: &'ll Module, asm: &[u8])
Expand description

Safe wrapper for LLVMAppendModuleInlineAsm, which delegates to Module::appendModuleInlineAsm.