Searched refs:LLVMSetTarget (Results 1 - 5 of 5) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp167 LLVMSetTarget(Module, HostTriple.c_str());
187 LLVMSetTarget(Module, HostTriple.c_str());
217 LLVMSetTarget(Module, HostTriple.c_str());
/external/llvm/bindings/python/llvm/
H A Dcore.py221 lib.LLVMSetTarget(self, new_target)
519 library.LLVMSetTarget.argtypes = [Module, c_char_p]
520 library.LLVMSetTarget.restype = None
/external/llvm/include/llvm-c/
H A DCore.h597 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c165 LLVMSetTarget(M, String_val(Trip));
/external/llvm/lib/IR/
H A DCore.cpp176 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) { function

Completed in 88 milliseconds