Lines Matching refs:SecStrTableOrErr
4022 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()
4438 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()
4467 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local
4469 SecStrTable = *SecStrTableOrErr; in printSectionDetails()
4471 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()