Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DTool.h50 const char *getShortName() const { return ShortName; } in getShortName() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DInterfaceStubs.cpp22 std::string Merger = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
H A DAVR.cpp386 std::string Linker = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
H A DMSP430.cpp270 std::string Linker = ToolChain.GetProgramPath(getShortName()); in ConstructJob()
H A DAMDGPU.cpp524 std::string Linker = getToolChain().GetProgramPath(getShortName()); in ConstructJob()
H A 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-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp88 else if (const char *ShortName = DIE.getShortName()) in getChildDeclContext()
H A DDWARFLinker.cpp184 if (const char *Name = Die.getShortName()) in getDIENames()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h253 const char *getShortName() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp559 return getShortName(); in getName()
562 const char *DWARFDie::getShortName() const { in getShortName() function in DWARFDie
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h308 const char *getShortName() const { in getShortName() function
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp839 saver.save(dir + compileUnit->getUnitDIE().getShortName())); in emitBeginSourceStab()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1598 << FailingTool.getShortName(); in ExecuteCompilation()
1601 << FailingTool.getShortName() << CommandRes; in ExecuteCompilation()