Searched refs:SecStrTableOrErr (Results 1 – 1 of 1) sorted by relevance
3617 if (Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local3619 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()3621 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()3998 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local4000 SecStrTable = *SecStrTableOrErr; in printSectionDetails()4002 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()