Searched refs:LLVMSetModuleInlineAsm (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm-c/ |
D | Core.h | 675 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 1051 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1045 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 318 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/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/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 503 C.LLVMSetModuleInlineAsm(m.C, casm)
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 434 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 432 void LLVMSetModuleInlineAsm(LLVMModuleRef M, const char *Asm) { in LLVMSetModuleInlineAsm() function
|