Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h391 uint8_t *getOutputData() { in getOutputData() function
395 const uint8_t *getOutputData() const { in getOutputData() function
400 return reinterpret_cast<uint64_t>(getOutputData()); in getAllocAddress()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp173 delete[] getOutputData(); in ~BinarySection()
183 << ", data = " << getData() << ", output data = " << getOutputData(); in print()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4053 SectionData = BSec->getOutputData(); in rewriteNoteSections()
5356 if (!Section.isFinalized() || !Section.getOutputData()) in rewriteFile()
5364 OS.pwrite(reinterpret_cast<const char *>(Section.getOutputData()), in rewriteFile()
5477 EHFrameSection->getOutputData(), in writeEHFrameHeader()