| /src/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()
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Tool.h | 50 const char *getShortName() const { return ShortName; } in getShortName() function
|
| /src/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 | 91 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | AVR.cpp | 452 : getToolChain().GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | MSP430.cpp | 270 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob()
|
| H A D | Cuda.cpp | 398 << getToolChain().getArchName() << getShortName(); in ConstructJob() 601 << getToolChain().getArchName() << getShortName(); in ConstructJob()
|
| H A D | Clang.cpp | 8885 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob() 8971 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJobMultipleOutputs() 9034 Args.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDie.cpp | 235 const char *NamePtr = getShortName(); in getFullName() 452 return getShortName(); in getName() 455 const char *DWARFDie::getShortName() const { in getShortName() function in DWARFDie
|
| H A D | DWARFTypePrinter.cpp | 161 StringRef TypeName = D.getShortName(); in appendUnqualifiedNameBefore()
|
| H A D | DWARFVerifier.cpp | 414 if (const char* Name = Unit->getUnitDIE(true).getShortName()) in verifyUnits() 1541 if (const char *Str = DIE.getShortName()) { in getNames()
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerDeclContext.cpp | 92 else if (const char *ShortName = DIE.getShortName()) in getChildDeclContext()
|
| H A D | DWARFLinker.cpp | 168 if (const char *Name = Die.getShortName()) in getDIENames()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDie.h | 246 const char *getShortName() const;
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | AcceleratorRecordsSaver.cpp | 73 if (const char *ShortName = InputDIE.getShortName()) in save()
|
| /src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 612 const char *Name = CU->getUnitDIE().getShortName(); in collectObjectSources()
|
| /src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 308 const char *getShortName() const { in getShortName() function
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.cpp | 1526 const char *unitName = compileUnit->getUnitDIE().getShortName(); in sourceFile()
|
| /src/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1986 << FailingTool.getShortName(); in ExecuteCompilation() 1989 << FailingTool.getShortName() << CommandRes; in ExecuteCompilation() 5057 return strstr(J.getCreator().getShortName(), "assembler"); in BuildJobs()
|