Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp167 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/
Dcore.py221 lib.LLVMSetTarget(self, new_target)
516 library.LLVMSetTarget.argtypes = [Module, c_char_p]
517 library.LLVMSetTarget.restype = None
/external/llvm/include/llvm-c/
DCore.h507 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c163 LLVMSetTarget(M, String_val(Trip)); in llvm_set_target_triple()
/external/llvm/lib/IR/
DCore.cpp176 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { in LLVMSetTarget() function
/external/llvm/bindings/go/llvm/
Dir.go412 C.LLVMSetTarget(m.C, ctarget)