| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | UsingInserter.h | 37 llvm::StringRef getShortName(ASTContext &Context, const Stmt &Statement,
|
| H A D | UsingInserter.cpp | 77 StringRef UsingInserter::getShortName(ASTContext &Context, in getShortName() function in clang::tidy::utils::UsingInserter
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | StreamUtil.h | 42 StringRef getShortName() const { return Name; } in getShortName() function
|
| H A D | BytesOutputStyle.cpp | 488 StreamPurposes[Spec.SI].getShortName(), Spec.Begin, in dumpStreamBytes()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Tool.h | 50 const char *getShortName() const { return ShortName; } in getShortName() function
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | InterfaceStubs.cpp | 22 std::string Merger = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | SPIRV.cpp | 83 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | AVR.cpp | 437 : getToolChain().GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | MSP430.cpp | 270 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | AMDGPU.cpp | 532 std::string Linker = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | Clang.cpp | 8218 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob() 8302 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJobMultipleOutputs() 8332 Args.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob() 8385 Args.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | UsingInserterTest.cpp | 46 Inserter->getShortName(*Result.Context, *Call, "::foo::func")); in check()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | 89 else if (const char *ShortName = DIE.getShortName()) in getChildDeclContext()
|
| H A D | DWARFLinker.cpp | 186 if (const char *Name = Die.getShortName()) in getDIENames()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 237 const char *NamePtr = getShortName(); in getFullName() 455 return getShortName(); in getName() 458 const char *DWARFDie::getShortName() const { in getShortName() function in DWARFDie
|
| H A D | DWARFTypePrinter.cpp | 158 StringRef TypeName = D.getShortName(); in appendUnqualifiedNameBefore()
|
| H A D | DWARFVerifier.cpp | 343 if (const char* Name = Unit->getUnitDIE(true).getShortName()) in verifyUnits() 1341 if (const char *Str = DIE.getShortName()) in getNames()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 247 const char *getShortName() const;
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 511 const char *Name = CU->getUnitDIE().getShortName(); in collectObjectSources()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | COFF.h | 308 const char *getShortName() const { in getShortName() function
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1410 const char *Name = CU->getUnitDIE().getShortName(); in writeDWP()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | InputFiles.cpp | 1608 return (dir + compileUnit->getUnitDIE().getShortName()).str(); in sourceFile()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Driver.cpp | 1780 << FailingTool.getShortName(); in ExecuteCompilation() 1783 << FailingTool.getShortName() << CommandRes; in ExecuteCompilation()
|