Searched refs:OutputContents (Results 1 – 2 of 2) sorted by relevance
88 StringRef OutputContents; // Rewritten section contents. variable136 OutputContents = StringRef(reinterpret_cast<const char *>(NewData), in update()176 OutputSize(Size), OutputContents(Contents) { in BinarySection()398 StringRef getOutputContents() const { return OutputContents; } in getOutputContents()
172 OutputContents.data() != getContents(Section).data())) { in ~BinarySection()259 Contents = OutputContents = StringRef(NewData, OS.str().size()); in reorderContents()