Home
last modified time | relevance | path

Searched refs:getProcessTriple (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DHost.h63 std::string getProcessTriple();
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp26 return JITTargetMachineBuilder(Triple(sys::getProcessTriple())); in detectHost()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp46 TheTriple.setTriple(sys::getProcessTriple()); in selectTarget()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriverUtils.cpp86 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getQuotingStyle()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostInfoBase.cpp299 llvm::Triple triple(llvm::sys::getProcessTriple()); in ComputeHostArchitectureSupport()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp137 llvm::Triple Triple(llvm::sys::getProcessTriple()); in unescapeCommandLine()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DMSVC.cpp503 llvm::Triple(llvm::sys::getProcessTriple()).getArch() != TC.getArch()) { in ConstructJob()
504 auto HostArch = llvm::Triple(llvm::sys::getProcessTriple()).getArch(); in ConstructJob()
841 llvm::Triple(llvm::sys::getProcessTriple()).isArch64Bit(); in getSubDirectoryPath()
H A DDarwin.cpp1152 llvm::Triple SystemTriple(llvm::sys::getProcessTriple()); in getSystemOrSDKMacOSVersion()
1491 llvm::Triple SystemTriple(llvm::sys::getProcessTriple()); in getOSVersion()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h337 std::string ProcessTriple = sys::getProcessTriple(); in handleGetRemoteInfo()
/freebsd-12.1/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp729 return Triple(sys::getProcessTriple()).isOSDarwin() in getDefaultForHost()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DHost.cpp1430 std::string sys::getProcessTriple() { in getProcessTriple() function in sys
H A DCommandLine.cpp1117 Triple(sys::getProcessTriple()).isOSWindows() ? in ParseCommandLineOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1124 assert(llvm::Triple(llvm::sys::getProcessTriple()).isOSDarwin() && in getCrashDiagnosticFile()
1378 if (llvm::Triple(llvm::sys::getProcessTriple()).isOSDarwin()) { in generateCompilationDiagnostics()