Home
last modified time | relevance | path

Searched refs:SectionContentsOrErr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp465 Expected<StringRef> SectionContentsOrErr = Section.getContents(); in discoverStorage() local
466 if (Error E = SectionContentsOrErr.takeError()) in discoverStorage()
468 StringRef SectionContents = SectionContentsOrErr.get(); in discoverStorage()