Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp168 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 Dcore.py223 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 Decho.cpp1393 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h780 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c303 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go477 C.LLVMSetTarget(m.C, ctarget)
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp307 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function