Home
last modified time | relevance | path

Searched defs:TripleStr (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp29 void setupTestPrinter(const std::string &TripleStr, unsigned DwarfVersion, in setupTestPrinter()
38 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
49 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
137 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
201 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
327 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
394 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init()
H A DTestAsmPrinter.cpp32 TestAsmPrinter::create(const std::string &TripleStr, uint16_t DwarfVersion, in create()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCSKYToolChain.cpp101 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
115 StringRef TripleStr = GCCInstallation.getTriple().str(); in computeSysRoot() local
H A DRISCVToolchain.cpp118 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
132 StringRef TripleStr = GCCInstallation.getTriple().str(); in computeSysRoot() local
H A DFlang.cpp66 const std::string &TripleStr = Triple.getTriple(); in ConstructJob() local
H A DHurd.cpp196 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
H A DLinux.cpp387 const StringRef TripleStr = GCCInstallation.getTriple().str(); in computeSysRoot() local
639 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
H A DSolaris.cpp304 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
H A DMyriad.cpp259 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
H A DClang.cpp3293 const std::string &TripleStr = EffectiveTriple.getTriple(); in RenderSSPOptions() local
4428 const std::string &TripleStr = Triple.getTriple(); in ConstructJob() local
7862 const std::string &TripleStr = Triple.getTriple(); in ConstructJob() local
H A DGnu.cpp3091 StringRef TripleStr = GCCInstallation.getTriple().str(); in addGCCLibStdCxxIncludePaths() local
/llvm-project-15.0.7/llvm/unittests/tools/llvm-mca/
H A DMCATestBase.h45 : TheTriple(TripleStr), CPUName(CPUName), MAttr(MAttr) {} in TheTriple() argument
/llvm-project-15.0.7/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp293 IFSTarget ifs::parseTriple(StringRef TripleStr) { in parseTriple()
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h235 std::string TripleStr; member
/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachineC.cpp62 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple()
/llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp161 Expected<std::string> TripleStr = getBitcodeTargetTriple(MB); in getBitcodeFileMachine() local
/llvm-project-15.0.7/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c148 value TripleStr = caml_copy_string(TripleCStr); in llvm_target_default_triple() local
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h748 static llvm::Triple getOpenMPTriple(StringRef TripleStr) { in getOpenMPTriple()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOModule.cpp203 std::string TripleStr = M->getTargetTriple(); in makeLTOModule() local
H A DThinLTOCodeGenerator.cpp579 auto TripleStr = (*InputOrError)->getTargetTriple(); in addModule() local