Searched refs:SectionContentsOrErr (Results 1 – 1 of 1) sorted by relevance
465 Expected<StringRef> SectionContentsOrErr = Section.getContents(); in discoverStorage() local466 if (Error E = SectionContentsOrErr.takeError()) in discoverStorage()468 StringRef SectionContents = SectionContentsOrErr.get(); in discoverStorage()