LLVMSetModuleInlineAsm

Set inline assembly for a module.

@see Module::setModuleInlineAsm()

extern (C) nothrow
void
LLVMSetModuleInlineAsm
(
LLVMModuleRef M
,
const(char)* Asm
)

Meta