Searched refs:SecStrTableOrErr (Results 1 – 1 of 1) sorted by relevance
3712 if (Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local3714 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()3716 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()4103 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local4105 SecStrTable = *SecStrTableOrErr; in printSectionDetails()4107 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()