Searched refs:LLVMSetTarget (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 167 LLVMSetTarget(Module, HostTriple.c_str()); in buildSimpleFunction() 187 LLVMSetTarget(Module, HostTriple.c_str()); in buildFunctionThatUsesStackmap() 217 LLVMSetTarget(Module, HostTriple.c_str()); in buildModuleWithCodeAndData() 353 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F() 481 LLVMSetTarget(Module, HostTriple.c_str()); in TEST_F()
|
/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/include/llvm-c/ |
D | Core.h | 507 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 163 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 176 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 412 C.LLVMSetTarget(m.C, ctarget)
|