Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1442 Expected<StringRef> ContentsExp = Section.getContents(); in writeDWP() local
1443 assert(ContentsExp && "Invalid contents."); in writeDWP()
1444 StringRef Contents = *ContentsExp; in writeDWP()
1614 Expected<StringRef> ContentsExp = Section.getContents(); in writeDWOFiles() local
1615 assert(ContentsExp && "Invalid contents."); in writeDWOFiles()
1616 StringRef Contents = *ContentsExp; in writeDWOFiles()