HomeSort by relevance Sort by last modified time
    Searched refs:LLVMSetTarget (Results 1 - 5 of 5) sorted by null

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 167 LLVMSetTarget(Module, HostTriple.c_str());
187 LLVMSetTarget(Module, HostTriple.c_str());
217 LLVMSetTarget(Module, HostTriple.c_str());
  /external/llvm/bindings/python/llvm/
core.py 221 lib.LLVMSetTarget(self, new_target)
519 library.LLVMSetTarget.argtypes = [Module, c_char_p]
520 library.LLVMSetTarget.restype = None
  /external/llvm/include/llvm-c/
Core.h 597 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 165 LLVMSetTarget(M, String_val(Trip));
    [all...]
  /external/llvm/lib/IR/
Core.cpp 176 void LLVMSetTarget(LLVMModuleRef M, const char *Triple) {
    [all...]

Completed in 37 milliseconds