Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DHost.h37 std::string getProcessTriple();
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp45 TheTriple.setTriple(sys::getProcessTriple()); in selectTarget()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp28 JITTargetMachineBuilder TMBuilder((Triple(sys::getProcessTriple()))); in detectHost()
H A DExecutorProcessControl.cpp68 Triple TT(sys::getProcessTriple()); in Create()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp87 auto Tokenizer = llvm::Triple(llvm::sys::getProcessTriple()).isOSWindows() in expandResponseFiles()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp167 Tuple.setTriple(sys::getProcessTriple()); in InitEE()
/openbsd-src/gnu/llvm/lld/tools/lld/
H A Dlld.cpp75 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getDefaultQuotingStyle()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp238 Triple(sys::getProcessTriple()).isOSWindows() in llvm_objcopy_main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp176 StripUnderscore = Triple(sys::getProcessTriple()).isOSBinFormatMachO(); in llvm_cxxfilt_main()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDistro.cpp221 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in GetDistro()
/openbsd-src/gnu/llvm/lld/ELF/
H A DDriverUtils.cpp79 if (Triple(sys::getProcessTriple()).isOSWindows()) in getQuotingStyle()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp159 llvm::sys::getProcessTriple(), Diags); in create()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp196 EI.TargetTriple = sys::getProcessTriple(); in sendSetupMessage()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp329 llvm::Triple triple(llvm::sys::getProcessTriple()); in ComputeHostArchitectureSupport()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DMSVC.cpp342 llvm::Triple(llvm::sys::getProcessTriple()).getArch() != TC.getArch()) { in ConstructJob()
343 auto HostArch = llvm::Triple(llvm::sys::getProcessTriple()).getArch(); in ConstructJob()
H A DAMDGPU.cpp312 Distro Dist(D.getVFS(), llvm::Triple(llvm::sys::getProcessTriple())); in getInstallationPathCandidates()
H A DCuda.cpp175 Distro Dist(FS, llvm::Triple(llvm::sys::getProcessTriple())); in CudaInstallationDetector()
H A DDarwin.cpp1491 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 DDriver.cpp97 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getQuotingStyle()
/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp371 Triple(sys::getProcessTriple()).getArch() == Triple::x86_64; in getSubDirectoryPath()
/openbsd-src/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1309 Triple(sys::getProcessTriple()).getOS() == Triple::Win32 in getRspQuoting()
/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp161 if (Triple(sys::getProcessTriple()).isOSWindows()) in getQuotingStyle()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DArchive.cpp936 Triple HostTriple(sys::getProcessTriple()); in getDefaultKindForHost()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1439 if (Triple(sys::getProcessTriple()).isOSDarwin()) in main()
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DHost.cpp1849 std::string sys::getProcessTriple() { in getProcessTriple() function in sys

12