Home
last modified time | relevance | path

Searched refs:LLVMSetModuleInlineAsm (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
DCore.h628 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c209 LLVMSetModuleInlineAsm(M, String_val(Asm)); in llvm_set_module_inline_asm()
/external/llvm/lib/IR/
DCore.cpp214 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function