Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Common/
H A DAssemblerUtils.h35 Triple(sys::getProcessTriple()).getArch()), in MachineFunctionGeneratorBaseTest()
39 outs() << "Skipping execution, host:" << sys::getProcessTriple() in MachineFunctionGeneratorBaseTest()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DHost.cpp47 HostTest() : Host(Triple::normalize(sys::getProcessTriple())) {} in HostTest()
437 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in TEST_F()
483 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in TEST_F()
527 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in TEST_F()
H A DProcessTest.cpp81 PageSizeTest() : Host(Triple::normalize(sys::getProcessTriple())) {} in PageSizeTest()
H A DCrashRecoveryTest.cpp108 if (Triple(sys::getProcessTriple()).isOSWindows()) in TEST()
H A DThreadPool.cpp39 Triple Host(Triple::normalize(sys::getProcessTriple())); in isUnsupportedOSOrEnvironment()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFeature.cpp21 std::string Host = llvm::sys::getProcessTriple(); in platformString()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DHost.h36 std::string getProcessTriple();
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h41 : HostTriple(sys::getProcessTriple()) in MCJITTestAPICommon()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp45 TheTriple.setTriple(sys::getProcessTriple()); in selectTarget()
/llvm-project-15.0.7/flang/lib/Optimizer/Support/
H A DFIRContext.cpp60 return llvm::sys::getProcessTriple(); in determineTargetTriple()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp51 : LLVMState(sys::getProcessTriple(), in LLVMState()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp84 auto Tokenizer = llvm::Triple(llvm::sys::getProcessTriple()).isOSWindows() in expandResponseFiles()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h40 std::string TrStr = llvm::Triple::normalize(llvm::sys::getProcessTriple());
/llvm-project-15.0.7/clang/unittests/Driver/
H A DDistroTest.cpp363 llvm::Triple Host(llvm::sys::getProcessTriple()); in TEST()
389 llvm::Triple Host(llvm::sys::getProcessTriple()); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp167 Tuple.setTriple(sys::getProcessTriple()); in InitEE()
/llvm-project-15.0.7/lld/tools/lld/
H A Dlld.cpp72 if (Triple(sys::getProcessTriple()).getOS() == Triple::Win32) in getDefaultQuotingStyle()
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp238 Triple(sys::getProcessTriple()).isOSWindows() in llvm_objcopy_main()
/llvm-project-15.0.7/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp171 StripUnderscore = Triple(sys::getProcessTriple()).isOSBinFormatMachO(); in llvm_cxxfilt_main()
/llvm-project-15.0.7/lld/ELF/
H A DDriverUtils.cpp76 if (Triple(sys::getProcessTriple()).isOSWindows()) in getQuotingStyle()
/llvm-project-15.0.7/clang/lib/Driver/
H A DDistro.cpp220 llvm::Triple HostTriple(llvm::sys::getProcessTriple()); in GetDistro()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DInterpreter.cpp162 llvm::sys::getProcessTriple(), Diags); in create()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp196 EI.TargetTriple = sys::getProcessTriple(); in sendSetupMessage()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostInfoBase.cpp328 llvm::Triple triple(llvm::sys::getProcessTriple()); in ComputeHostArchitectureSupport()

12