Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp297 StringRef getPrintableSectionName(const Elf_Shdr &Sec) const;
3338 Ret.push_back({getPrintableSectionName(Sec), in getGroups()
3353 GM.push_back({getPrintableSectionName(**SecOrErr), Ndx}); in getGroups()
3522 StringRef Name = this->getPrintableSectionName(Sec); in printRelocations()
3651 Name = this->getPrintableSectionName(*Symtab); in printSymtabMessage()
4414 StringRef SecName = this->getPrintableSectionName(Sec); in printGNUVersionSectionProlog()
4421 LinkedSecName = this->getPrintableSectionName(**LinkedSecOrErr); in printGNUVersionSectionProlog()
4751 StringRef Name = this->getPrintableSectionName(*this->DotAddrsigSec); in printAddrsig()
5659 StringRef ELFDumper<ELFT>::getPrintableSectionName(const Elf_Shdr &Sec) const { in getPrintableSectionName() function in ELFDumper
5694 Current.Name = this->getPrintableSectionName(Shdr); in printDependentLibs()
[all …]