Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3711 StringRef SecStrTable; in printSectionHeaders() local
3714 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()
3721 if (SecStrTable.empty()) in printSectionHeaders()
3725 this->FileName, this->Obj.getSectionName(Sec, SecStrTable))); in printSectionHeaders()
4102 StringRef SecStrTable; in printSectionDetails() local
4105 SecStrTable = *SecStrTableOrErr; in printSectionDetails()
4114 this->Obj.getSectionName(S, SecStrTable)) in printSectionDetails()