Searched refs:LLVMSetTarget (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITCAPITest.cpp | 168 LLVMSetTarget(Module, HostTriple.c_str()); in buildSimpleFunction() 188 LLVMSetTarget(Module, HostTriple.c_str()); in buildFunctionThatUsesStackmap() 219 LLVMSetTarget(Module, HostTriple.c_str()); in buildModuleWithCodeAndData() 352 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F() 486 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/bindings/python/llvm/ |
| H A D | core.py | 223 lib.LLVMSetTarget(self, new_target) 530 library.LLVMSetTarget.argtypes = [Module, c_char_p] 531 library.LLVMSetTarget.restype = None
|
| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 1393 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Core.h | 780 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 303 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 477 C.LLVMSetTarget(m.C, ctarget)
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Core.cpp | 307 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
|