| /openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
| H A D | Host.h | 37 std::string getProcessTriple();
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | TargetSelect.cpp | 45 TheTriple.setTriple(sys::getProcessTriple()); in selectTarget()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 28 JITTargetMachineBuilder TMBuilder((Triple(sys::getProcessTriple()))); in detectHost()
|
| H A D | ExecutorProcessControl.cpp | 68 Triple TT(sys::getProcessTriple()); in Create()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 87 auto Tokenizer = llvm::Triple(llvm::sys::getProcessTriple()).isOSWindows() in expandResponseFiles()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/ |
| H A D | llvm-jitlistener.cpp | 167 Tuple.setTriple(sys::getProcessTriple()); in InitEE()
|
| /openbsd-src/gnu/llvm/lld/tools/lld/ |
| H A D | lld.cpp | 75 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getDefaultQuotingStyle()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 238 Triple(sys::getProcessTriple()).isOSWindows() in llvm_objcopy_main()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.cpp | 176 StripUnderscore = Triple(sys::getProcessTriple()).isOSBinFormatMachO(); in llvm_cxxfilt_main()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Distro.cpp | 221 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in GetDistro()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | DriverUtils.cpp | 79 if (Triple(sys::getProcessTriple()).isOSWindows()) in getQuotingStyle()
|
| /openbsd-src/gnu/llvm/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 159 llvm::sys::getProcessTriple(), Diags); in create()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 196 EI.TargetTriple = sys::getProcessTriple(); in sendSetupMessage()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 329 llvm::Triple triple(llvm::sys::getProcessTriple()); in ComputeHostArchitectureSupport()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 342 llvm::Triple(llvm::sys::getProcessTriple()).getArch() != TC.getArch()) { in ConstructJob() 343 auto HostArch = llvm::Triple(llvm::sys::getProcessTriple()).getArch(); in ConstructJob()
|
| H A D | AMDGPU.cpp | 312 Distro Dist(D.getVFS(), llvm::Triple(llvm::sys::getProcessTriple())); in getInstallationPathCandidates()
|
| H A D | Cuda.cpp | 175 Distro Dist(FS, llvm::Triple(llvm::sys::getProcessTriple())); in CudaInstallationDetector()
|
| H A D | Darwin.cpp | 1491 llvm::Triple SystemTriple(llvm::sys::getProcessTriple()); in getSystemOrSDKMacOSVersion() 1927 llvm::Triple SystemTriple(llvm::sys::getProcessTriple()); in getOSVersion()
|
| /openbsd-src/gnu/llvm/lld/MinGW/ |
| H A D | Driver.cpp | 97 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getQuotingStyle()
|
| /openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/ |
| H A D | MSVCPaths.cpp | 371 Triple(sys::getProcessTriple()).getArch() == Triple::x86_64; in getSubDirectoryPath()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 1309 Triple(sys::getProcessTriple()).getOS() == Triple::Win32 in getRspQuoting()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Driver.cpp | 161 if (Triple(sys::getProcessTriple()).isOSWindows()) in getQuotingStyle()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | Archive.cpp | 936 Triple HostTriple(sys::getProcessTriple()); in getDefaultKindForHost()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
| H A D | toy.cpp | 1439 if (Triple(sys::getProcessTriple()).isOSDarwin()) in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 1849 std::string sys::getProcessTriple() { in getProcessTriple() function in sys
|