/llvm-project/llvm/unittests/CodeGen/ |
H A D | AsmPrinterDwarfTest.cpp | 32 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 D | TestAsmPrinter.cpp | 32 TestAsmPrinter::create(const std::string &TripleStr, uint16_t DwarfVersion, in create()
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | CSKYToolChain.cpp | 102 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local 116 StringRef TripleStr = GCCInstallation.getTriple().str(); in computeSysRoot() local
|
H A D | RISCVToolchain.cpp | 123 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local 137 StringRef TripleStr = GCCInstallation.getTriple().str(); in computeSysRoot() local
|
H A D | Hurd.cpp | 210 StringRef TripleStr = GCCInstallation.getTriple().str(); in addLibStdCxxIncludePaths() local
|
H A D | Linux.cpp | 417 const StringRef TripleStr = GCCInstallation.getTriple().str(); computeSysRoot() local 689 StringRef TripleStr = GCCInstallation.getTriple().str(); addLibStdCxxIncludePaths() local
|
H A D | Solaris.cpp | 420 StringRef TripleStr = GCCInstallation.getTriple().str(); addLibStdCxxIncludePaths() local
|
H A D | Flang.cpp | 659 const std::string &TripleStr = Triple.getTriple(); ConstructJob() local
|
H A D | Clang.cpp | 3462 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 D | Gnu.cpp | 3366 StringRef TripleStr = GCCInstallation.getTriple().str(); addGCCLibStdCxxIncludePaths() local
|
/llvm-project/llvm/unittests/tools/llvm-mca/ |
H A D | MCATestBase.h | 45 : TheTriple(TripleStr), CPUName(CPUName), MAttr(MAttr) {} in TheTriple() argument
|
/llvm-project/llvm/lib/InterfaceStub/ |
H A D | IFSHandler.cpp | 304 IFSTarget ifs::parseTriple(StringRef TripleStr) { in parseTriple()
|
/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 240 std::string TripleStr; member
|
/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 180 Expected<std::string> TripleStr = getBitcodeTargetTriple(MB); getBitcodeFileMachine() local
|
/llvm-project/llvm/tools/opt/ |
H A D | optdriver.cpp | 533 std::string TripleStr = in optMain() local
|
/llvm-project/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 156 value TripleStr = caml_copy_string(TripleCStr); in llvm_target_default_triple() local
|
/llvm-project/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 82 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T, in LLVMGetTargetFromTriple() argument
|
/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 806 getOpenMPTriple(StringRef TripleStr) getOpenMPTriple() argument
|
/llvm-project/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 670 Expected<std::string> TripleStr = isECObject() local 689 Expected<std::string> TripleStr = isAnyArm64COFF() local
|
/llvm-project/llvm/lib/LTO/ |
H A D | LTOModule.cpp | 203 std::string TripleStr = M->getTargetTriple(); in makeLTOModule() local
|
H A D | ThinLTOCodeGenerator.cpp | 558 auto TripleStr = (*InputOrError)->getTargetTriple(); addModule() local
|