Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp32 void setupTestPrinter(const std::string &TripleStr, unsigned DwarfVersion, in setupTestPrinter() argument
41 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init() argument
52 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init() argument
140 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init() argument
204 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init() argument
330 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument
394 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument
444 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument
[all...]
H A DTestAsmPrinter.cpp32 TestAsmPrinter::create(const std::string &TripleStr, uint16_t DwarfVersion, in create()
/llvm-project/clang/lib/Driver/ToolChains/
H A DCSKYToolChain.cpp102 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
116 StringRef TripleStr = GCCInstallation.getTriple().str(); in computeSysRoot() local
H A DRISCVToolchain.cpp123 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
137 StringRef TripleStr = GCCInstallation.getTriple().str(); in computeSysRoot() local
H A DHurd.cpp210 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
H A DLinux.cpp417 const StringRef TripleStr = GCCInstallation.getTriple().str(); computeSysRoot() local
689 StringRef TripleStr = GCCInstallation.getTriple().str(); addLibStdCxxIncludePaths() local
H A DSolaris.cpp420 StringRef TripleStr = GCCInstallation.getTriple().str(); addLibStdCxxIncludePaths() local
H A DFlang.cpp659 const std::string &TripleStr = Triple.getTriple(); ConstructJob() local
H A DClang.cpp3462 const std::string &TripleStr = EffectiveTriple.getTriple(); RenderSSPOptions() local
4819 const std::string &TripleStr = Triple.getTriple(); ConstructJob() local
8407 const std::string &TripleStr = Triple.getTriple(); ConstructJob() local
[all...]
H A DGnu.cpp3366 StringRef TripleStr = GCCInstallation.getTriple().str(); addGCCLibStdCxxIncludePaths() local
/llvm-project/llvm/unittests/tools/llvm-mca/
H A DMCATestBase.h45 : TheTriple(TripleStr), CPUName(CPUName), MAttr(MAttr) {} in TheTriple() argument
/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp304 IFSTarget ifs::parseTriple(StringRef TripleStr) { in parseTriple()
/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h240 std::string TripleStr; member
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp180 Expected<std::string> TripleStr = getBitcodeTargetTriple(MB); getBitcodeFileMachine() local
/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp533 std::string TripleStr = in optMain() local
/llvm-project/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c156 value TripleStr = caml_copy_string(TripleCStr); in llvm_target_default_triple() local
/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp82 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple() argument
/llvm-project/clang/include/clang/Driver/
H A DToolChain.h806 getOpenMPTriple(StringRef TripleStr) getOpenMPTriple() argument
/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp670 Expected<std::string> TripleStr = isECObject() local
689 Expected<std::string> TripleStr = isAnyArm64COFF() local
/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp203 std::string TripleStr = M->getTargetTriple(); in makeLTOModule() local
H A DThinLTOCodeGenerator.cpp558 auto TripleStr = (*InputOrError)->getTargetTriple(); addModule() local