Searched refs:LLVMSetModuleInlineAsm (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 339 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 675 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 923 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 164 LLVMSetModuleInlineAsm(M, String_val(Asm)); in llvm_set_module_inline_asm()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 254 LLVMSetModuleInlineAsm(M, String_val(Asm)); in llvm_set_module_inline_asm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 318 LLVMSetModuleInlineAsm(M, String_val(Asm)); in llvm_set_module_inline_asm()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 118 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function
|
/external/llvm/lib/IR/ |
D | Core.cpp | 296 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 438 C.LLVMSetModuleInlineAsm(m.C, casm)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 465 C.LLVMSetModuleInlineAsm(m.C, casm)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 416 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function
|