Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h339 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
/external/llvm/include/llvm-c/
DCore.h675 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c164 LLVMSetModuleInlineAsm(M, String_val(Asm)); in llvm_set_module_inline_asm()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c254 LLVMSetModuleInlineAsm(M, String_val(Asm)); in llvm_set_module_inline_asm()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp118 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function
/external/llvm/lib/IR/
DCore.cpp296 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function
/external/llvm/bindings/go/llvm/
Dir.go438 C.LLVMSetModuleInlineAsm(m.C, casm)