| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Tool.h | 50 const char *getShortName() const { return ShortName; } in getShortName() function
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | InterfaceStubs.cpp | 22 std::string Merger = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | SPIRV.cpp | 125 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | AVR.cpp | 528 : getToolChain().GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | MSP430.cpp | 269 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | Cuda.cpp | 402 << getToolChain().getArchName() << getShortName(); in ConstructJob() 605 << getToolChain().getArchName() << getShortName(); in ConstructJob()
|
| H A D | Clang.cpp | 8951 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob() 9038 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJobMultipleOutputs() 9093 Args.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFBaseDIE.h | 126 const char *getShortName() const { return GetName(); } in getShortName() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 235 const char *NamePtr = getShortName(); in getFullName() 471 return getShortName(); in getName() 474 const char *DWARFDie::getShortName() const { in getShortName() function in DWARFDie
|
| H A D | DWARFVerifier.cpp | 424 if (const char* Name = Unit->getUnitDIE(true).getShortName()) in verifyUnits() 1548 if (const char *Str = DIE.getShortName()) { in getNames()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.cpp | |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 255 LLVM_ABI const char *getShortName() const;
|
| H A D | DWARFTypePrinter.h | 260 StringRef TypeName = D.getShortName(); in appendUnqualifiedNameBefore()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 607 } else if (const char *ShortName = OriginDie.getShortName()) { in parseCallSiteInfoFromDwarf()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 626 const char *Name = CU->getUnitDIE().getShortName(); in collectObjectSources()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 313 const char *getShortName() const { in getShortName() function
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 2286 << FailingTool.getShortName(); in ExecuteCompilation() 2289 << FailingTool.getShortName() << CommandRes; in ExecuteCompilation() 5403 return strstr(J.getCreator().getShortName(), "assembler"); in BuildJobs()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.cpp | 1524 const char *unitName = compileUnit->getUnitDIE().getShortName(); in sourceFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 168 if (const char *Name = Die.getShortName()) in getDIENames()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 149 {"_ZNK11ImageLoader12getShortNameEv", "ImageLoader::getShortName() const"},
|