Searched refs:ContentsExp (Results 1 – 1 of 1) sorted by relevance
1442 Expected<StringRef> ContentsExp = Section.getContents(); in writeDWP() local1443 assert(ContentsExp && "Invalid contents."); in writeDWP()1444 StringRef Contents = *ContentsExp; in writeDWP()1614 Expected<StringRef> ContentsExp = Section.getContents(); in writeDWOFiles() local1615 assert(ContentsExp && "Invalid contents."); in writeDWOFiles()1616 StringRef Contents = *ContentsExp; in writeDWOFiles()