Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp329 StringRef getPrintableSectionName(const Elf_Shdr &Sec) const;
3817 Ret.push_back({getPrintableSectionName(Sec), in getGroups()
3832 GM.push_back({getPrintableSectionName(**SecOrErr), Ndx}); in getGroups()
4015 StringRef Name = this->getPrintableSectionName(Sec); in printRelocations()
4239 Name = this->getPrintableSectionName(*Symtab); in printSymtabMessage()
5068 StringRef SecName = this->getPrintableSectionName(Sec); in printGNUVersionSectionProlog()
5075 LinkedSecName = this->getPrintableSectionName(**LinkedSecOrErr); in printGNUVersionSectionProlog()
5292 StringRef Name = this->getPrintableSectionName(*this->DotAddrsigSec); in printAddrsig()
6609 StringRef ELFDumper<ELFT>::getPrintableSectionName(const Elf_Shdr &Sec) const { in getPrintableSectionName() function in ELFDumper
6644 Current.Name = this->getPrintableSectionName(Shdr); in printDependentLibs()
[all …]