Searched refs:LLVMSetTarget (Results 1 – 17 of 17) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 168 LLVMSetTarget(Module, HostTriple.c_str()); in buildSimpleFunction() 188 LLVMSetTarget(Module, HostTriple.c_str()); in buildFunctionThatUsesStackmap() 218 LLVMSetTarget(Module, HostTriple.c_str()); in buildModuleWithCodeAndData() 351 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F() 479 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F()
|
/external/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 168 LLVMSetTarget(Module, HostTriple.c_str()); in buildSimpleFunction() 188 LLVMSetTarget(Module, HostTriple.c_str()); in buildFunctionThatUsesStackmap() 218 LLVMSetTarget(Module, HostTriple.c_str()); in buildModuleWithCodeAndData() 350 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F() 478 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 371 LLVMSetTarget(M, "x86_64-pc-win32-elf"); in lp_build_create_jit_compiler_for_module() 373 LLVMSetTarget(M, "i686-pc-win32-elf"); in lp_build_create_jit_compiler_for_module()
|
/external/llvm/bindings/python/llvm/ |
D | core.py | 221 lib.LLVMSetTarget(self, new_target) 516 library.LLVMSetTarget.argtypes = [Module, c_char_p] 517 library.LLVMSetTarget.restype = None
|
/external/llvm-project/llvm/bindings/python/llvm/ |
D | core.py | 223 lib.LLVMSetTarget(self, new_target) 530 library.LLVMSetTarget.argtypes = [Module, c_char_p] 531 library.LLVMSetTarget.restype = None
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 943 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 1381 LLVMSetTarget(M, LLVMGetTarget(Src)); in llvm_echo()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 644 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 752 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 744 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 272 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 208 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 256 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 412 C.LLVMSetTarget(m.C, ctarget)
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 477 C.LLVMSetTarget(m.C, ctarget)
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 283 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 281 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
|