Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3617 if (Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local
3619 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()
3621 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()
3998 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
4000 SecStrTable = *SecStrTableOrErr; in printSectionDetails()
4002 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()