Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.h42 StringRef getShortName() const { return Name; } in getShortName() function
DBytesOutputStyle.cpp488 StreamPurposes[Spec.SI].getShortName(), Spec.Begin, in dumpStreamBytes()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DTool.h50 const char *getShortName() const { return ShortName; } in getShortName() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
DInterfaceStubs.cpp22 std::string Merger = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
DAVR.cpp386 std::string Linker = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
DMSP430.cpp270 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob()
DAMDGPU.cpp524 std::string Linker = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
DClang.cpp7706 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob()
7779 TCArgs.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJobMultipleOutputs()
7809 Args.MakeArgString(getToolChain().GetProgramPath(getShortName())), in ConstructJob()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp88 else if (const char *ShortName = DIE.getShortName()) in getChildDeclContext()
DDWARFLinker.cpp184 if (const char *Name = Die.getShortName()) in getDIENames()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h253 const char *getShortName() const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp559 return getShortName(); in getName()
562 const char *DWARFDie::getShortName() const { in getShortName() function in DWARFDie
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DCOFF.h308 const char *getShortName() const { in getShortName() function
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DSyntheticSections.cpp839 saver.save(dir + compileUnit->getUnitDIE().getShortName())); in emitBeginSourceStab()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DDriver.cpp1598 << FailingTool.getShortName(); in ExecuteCompilation()
1601 << FailingTool.getShortName() << CommandRes; in ExecuteCompilation()