Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3712 if (Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local
3714 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()
3716 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()
4103 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
4105 SecStrTable = *SecStrTableOrErr; in printSectionDetails()
4107 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()