Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4121 StringRef SecStrTable; in printSectionHeaders() local
4124 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()
4131 if (SecStrTable.empty()) in printSectionHeaders()
4135 this->FileName, this->Obj.getSectionName(Sec, SecStrTable))); in printSectionHeaders()
4545 StringRef SecStrTable; in printSectionDetails() local
4548 SecStrTable = *SecStrTableOrErr; in printSectionDetails()
4557 this->Obj.getSectionName(S, SecStrTable)) in printSectionDetails()