Searched refs:SecStrTableOrErr (Results 1 – 1 of 1) sorted by relevance
3601 if (Expected<StringRef> SecStrTableOrErr = in printSectionHeaders() local3603 SecStrTable = *SecStrTableOrErr; in printSectionHeaders()3605 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionHeaders()3982 if (Expected<StringRef> SecStrTableOrErr = in printSectionDetails() local3984 SecStrTable = *SecStrTableOrErr; in printSectionDetails()3986 this->reportUniqueWarning(SecStrTableOrErr.takeError()); in printSectionDetails()