| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Host.h | 37 std::string getProcessTriple();
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 69 auto Tokenizer = llvm::Triple(llvm::sys::getProcessTriple()).isOSWindows() in expandResponseFiles()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 45 TheTriple.setTriple(sys::getProcessTriple()); in selectTarget()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 25 JITTargetMachineBuilder TMBuilder((Triple(sys::getProcessTriple()))); in detectHost()
|
| H A D | ExecutorProcessControl.cpp | 76 Triple TT(sys::getProcessTriple()); in Create()
|
| /freebsd-14.2/contrib/llvm-project/lld/Common/ |
| H A D | DriverDispatcher.cpp | 41 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getDefaultQuotingStyle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 174 StripUnderscore = Triple(sys::getProcessTriple()).isOSBinFormatMachO(); in llvm_cxxfilt_main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 236 Triple(sys::getProcessTriple()).isOSWindows() in llvm_objcopy_main()
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | DriverUtils.cpp | 77 if (Triple(sys::getProcessTriple()).isOSWindows()) in getQuotingStyle()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Distro.cpp | 224 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in GetDistro()
|
| H A D | Driver.cpp | 1548 assert(llvm::Triple(llvm::sys::getProcessTriple()).isOSDarwin() && in getCrashDiagnosticFile() 1852 if (llvm::Triple(llvm::sys::getProcessTriple()).isOSDarwin()) { in generateCompilationDiagnostics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 197 EI.TargetTriple = sys::getProcessTriple(); in sendSetupMessage()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 325 llvm::Triple triple(llvm::sys::getProcessTriple()); in ComputeHostArchitectureSupport()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 359 llvm::Triple(llvm::sys::getProcessTriple()).getArch() != TC.getArch()) { in ConstructJob() 360 auto HostArch = llvm::Triple(llvm::sys::getProcessTriple()).getArch(); in ConstructJob()
|
| H A D | Cuda.cpp | 183 Distro Dist(FS, llvm::Triple(llvm::sys::getProcessTriple())); in CudaInstallationDetector()
|
| H A D | Darwin.cpp | 1575 llvm::Triple SystemTriple(llvm::sys::getProcessTriple()); in getSystemOrSDKMacOSVersion() 2021 llvm::Triple SystemTriple(llvm::sys::getProcessTriple()); in getOSVersion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/WindowsDriver/ |
| H A D | MSVCPaths.cpp | 372 Triple(sys::getProcessTriple()).getArch() == Triple::x86_64; in getSubDirectoryPath()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 166 llvm::sys::getProcessTriple(), Diags); in create()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 1306 Triple(sys::getProcessTriple()).getOS() == Triple::Win32 in getRspQuoting()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 2010 std::string sys::getProcessTriple() { in getProcessTriple() function in sys
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Archive.cpp | 973 Triple HostTriple(sys::getProcessTriple()); in getDefaultKindForHost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 2484 Triple HostTriple(sys::getProcessTriple()); in llvm_nm_main()
|