Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp302 StringRef getPrintableSectionName(const Elf_Shdr &Sec) const;
3457 Ret.push_back({getPrintableSectionName(Sec), in getGroups()
3472 GM.push_back({getPrintableSectionName(**SecOrErr), Ndx}); in getGroups()
3641 StringRef Name = this->getPrintableSectionName(Sec); in printRelocations()
3779 Name = this->getPrintableSectionName(*Symtab); in printSymtabMessage()
4592 StringRef SecName = this->getPrintableSectionName(Sec); in printGNUVersionSectionProlog()
4599 LinkedSecName = this->getPrintableSectionName(**LinkedSecOrErr); in printGNUVersionSectionProlog()
4929 StringRef Name = this->getPrintableSectionName(*this->DotAddrsigSec); in printAddrsig()
5962 StringRef ELFDumper<ELFT>::getPrintableSectionName(const Elf_Shdr &Sec) const { in getPrintableSectionName() function in ELFDumper
5997 Current.Name = this->getPrintableSectionName(Shdr); in printDependentLibs()
[all …]