Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h88 StringRef OutputContents; // Rewritten section contents. variable
136 OutputContents = StringRef(reinterpret_cast<const char *>(NewData), in update()
176 OutputSize(Size), OutputContents(Contents) { in BinarySection()
398 StringRef getOutputContents() const { return OutputContents; } in getOutputContents()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp172 OutputContents.data() != getContents(Section).data())) { in ~BinarySection()
259 Contents = OutputContents = StringRef(NewData, OS.str().size()); in reorderContents()