Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DHost.h36 std::string getProcessTriple();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp45 TheTriple.setTriple(sys::getProcessTriple()); in selectTarget()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp84 auto Tokenizer = llvm::Triple(llvm::sys::getProcessTriple()).isOSWindows() in expandResponseFiles()
H A DJSONCompilationDatabase.cpp139 llvm::Triple Triple(llvm::sys::getProcessTriple()); in unescapeCommandLine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp27 JITTargetMachineBuilder TMBuilder((Triple(sys::getProcessTriple()))); in detectHost()
H A DExecutorProcessControl.cpp57 Triple TT(sys::getProcessTriple()); in Create()
/freebsd-13.1/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp74 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getDefaultQuotingStyle()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp178 StripUnderscore = Triple(sys::getProcessTriple()).isOSBinFormatMachO(); in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp161 llvm::sys::getProcessTriple(), Diags); in create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp213 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in GetDistro()
H A DDriver.cpp1245 assert(llvm::Triple(llvm::sys::getProcessTriple()).isOSDarwin() && in getCrashDiagnosticFile()
1497 if (llvm::Triple(llvm::sys::getProcessTriple()).isOSDarwin()) { in generateCompilationDiagnostics()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp86 if (Triple(sys::getProcessTriple()).isOSWindows()) in getQuotingStyle()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp323 llvm::Triple triple(llvm::sys::getProcessTriple()); in ComputeHostArchitectureSupport()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp619 llvm::Triple(llvm::sys::getProcessTriple()).getArch() != TC.getArch()) { in ConstructJob()
620 auto HostArch = llvm::Triple(llvm::sys::getProcessTriple()).getArch(); in ConstructJob()
843 llvm::Triple(llvm::sys::getProcessTriple()).isArch64Bit(); in getSubDirectoryPath()
H A DCuda.cpp172 Distro Dist(FS, llvm::Triple(llvm::sys::getProcessTriple())); in CudaInstallationDetector()
H A DDarwin.cpp1360 llvm::Triple SystemTriple(llvm::sys::getProcessTriple()); in getSystemOrSDKMacOSVersion()
1739 llvm::Triple SystemTriple(llvm::sys::getProcessTriple()); in getOSVersion()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp416 Triple(sys::getProcessTriple()).isOSWindows() in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp876 return Triple(sys::getProcessTriple()).isOSDarwin() in getDefaultForHost()
1150 Triple(sys::getProcessTriple()).getOS() == Triple::Win32 in getRspQuoting()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h351 std::string ProcessTriple = sys::getProcessTriple(); in handleGetRemoteInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h411 TripleStr = sys::getProcessTriple(); in OrcRPCTPCServer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1263 auto Tokenize = Triple(sys::getProcessTriple()).isOSWindows() in expandResponseFiles()
1345 Triple(sys::getProcessTriple()).isOSWindows() ? in ParseCommandLineOptions()
H A DHost.cpp1728 std::string sys::getProcessTriple() { in getProcessTriple() function in sys