Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3707 Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local
3709 if (!SecStrTableOrErr) in printSectionHeaders()
3710 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()
3728 if (Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local
3730 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()
3732 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()
4095 Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
4097 if (!SecStrTableOrErr) in printSectionDetails()
4098 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()
4127 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
[all …]