Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4166 Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local
4168 if (!SecStrTableOrErr) in printSectionHeaders()
4169 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()
4187 if (Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local
4189 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()
4191 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()
4579 Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
4581 if (!SecStrTableOrErr) in printSectionDetails()
4582 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()
4611 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
[all …]