Home
last modified time | relevance | path

Searched refs:getShortName (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h42 StringRef getShortName() const { return Name; } in getShortName() function
H A DBytesOutputStyle.cpp488 StreamPurposes[Spec.SI].getShortName(), Spec.Begin, in dumpStreamBytes()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTool.h50 const char *getShortName() const { return ShortName; } in getShortName() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DInterfaceStubs.cpp22 std::string Merger = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
H A DSPIRV.cpp91 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob()
H A DCuda.cpp398 << getToolChain().getArchName() << getShortName(); in ConstructJob()
601 << getToolChain().getArchName() << getShortName(); in ConstructJob()
H A DClang.cpp8885 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob()
8971 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJobMultipleOutputs()
9034 Args.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp235 const char *NamePtr = getShortName(); in getFullName()
452 return getShortName(); in getName()
455 const char *DWARFDie::getShortName() const { in getShortName() function in DWARFDie
H A DDWARFTypePrinter.cpp161 StringRef TypeName = D.getShortName(); in appendUnqualifiedNameBefore()
H A DDWARFVerifier.cpp414 if (const char* Name = Unit->getUnitDIE(true).getShortName()) in verifyUnits()
1541 if (const char *Str = DIE.getShortName()) { in getNames()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h246 const char *getShortName() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp612 const char *Name = CU->getUnitDIE().getShortName(); in collectObjectSources()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h308 const char *getShortName() const { in getShortName() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1526 const char *unitName = compileUnit->getUnitDIE().getShortName(); in sourceFile()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1986 << FailingTool.getShortName(); in ExecuteCompilation()
1989 << FailingTool.getShortName() << CommandRes; in ExecuteCompilation()
5057 return strstr(J.getCreator().getShortName(), "assembler"); in BuildJobs()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp168 if (const char *Name = Die.getShortName()) in getDIENames()