Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4022 Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local
4024 if (!SecStrTableOrErr) in printSectionHeaders()
4025 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()
4043 if (Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local
4045 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()
4047 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()
4435 Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
4437 if (!SecStrTableOrErr) in printSectionDetails()
4467 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
4469 SecStrTable = *SecStrTableOrErr; in printSectionDetails()
[all …]