Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h393 const_cast<char *>(getOutputContents().data())); in getOutputData()
396 return reinterpret_cast<const uint8_t *>(getOutputContents().data()); in getOutputData()
398 StringRef getOutputContents() const { return OutputContents; } in getOutputContents() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3470 StringRef ProbeContents = PseudoProbeSection->getOutputContents(); in encodePseudoProbes()
4099 OS.write(Section.getOutputContents().data(), Section.getOutputSize()); in rewriteNoteSections()
5424 EHFrameSection->getOutputContents(), BC->AsmInfo->isLittleEndian(), in writeEHFrameHeader()
5434 OldEHFrameContents = OldEHFrameSection->getOutputContents(); in writeEHFrameHeader()