Searched refs:LLVMSetModuleInlineAsm (Results 1 – 4 of 4) sorted by relevance
1064 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
358 LLVMSetModuleInlineAsm(M, String_val(Asm)); in llvm_set_module_inline_asm()
503 C.LLVMSetModuleInlineAsm(m.C, casm)
449 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function