Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3601 if (Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local
3603 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()
3605 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()
3982 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
3984 SecStrTable = *SecStrTableOrErr; in printSectionDetails()
3986 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()