HomeSort by relevance Sort by last modified time
    Searched refs:getProcessTriple (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/include/llvm/Support/
Host.h 49 /// getProcessTriple() - Return an appropriate target triple for generating
51 std::string getProcessTriple();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Host.h 51 /// getProcessTriple() - Return an appropriate target triple for generating
53 std::string getProcessTriple();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Host.h 61 /// getProcessTriple() - Return an appropriate target triple for generating
63 std::string getProcessTriple();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/
AssemblerUtils.h 31 llvm::Triple(llvm::sys::getProcessTriple()).getArch()) {
34 << llvm::sys::getProcessTriple() << ", target:" << TT
  /external/clang/unittests/CodeGen/
BufferSourceTest.cpp 50 llvm::sys::getProcessTriple());
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 39 : HostTriple(sys::getProcessTriple())
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 40 : HostTriple(sys::getProcessTriple())
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Host.cpp 44 HostTest() : Host(Triple::normalize(sys::getProcessTriple())) {}
178 llvm::Triple HostTriple(getProcessTriple());
ThreadPool.cpp 32 Triple Host(Triple::normalize(sys::getProcessTriple()));
CommandLineTest.cpp 622 if (!Triple(sys::getProcessTriple()).isOSWindows())
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 46 TheTriple.setTriple(sys::getProcessTriple());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
TargetSelect.cpp 46 TheTriple.setTriple(sys::getProcessTriple());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
LlvmState.cpp 41 : LLVMState(llvm::sys::getProcessTriple(),
  /external/clang/examples/clang-interpreter/
main.cpp 91 std::string TripleStr = llvm::sys::getProcessTriple();
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 130 Tuple.setTriple(sys::getProcessTriple());
  /external/llvm/unittests/Support/
ThreadPool.cpp 32 Triple Host(Triple::normalize(sys::getProcessTriple()));
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 128 Tuple.setTriple(sys::getProcessTriple());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 26 return JITTargetMachineBuilder(Triple(sys::getProcessTriple()));
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 94 Triple hostTriple(sys::getProcessTriple());
186 Triple hostTriple(sys::getProcessTriple());
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 350 std::string ProcessTriple = sys::getProcessTriple();
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 603 return Triple(sys::getProcessTriple()).isOSDarwin() ? object::Archive::K_BSD
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 337 std::string ProcessTriple = sys::getProcessTriple();
  /external/llvm/lib/Support/
Host.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Host.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
llvm-ar.cpp 644 return Triple(sys::getProcessTriple()).isOSDarwin()

Completed in 1481 milliseconds

1 2