Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp128 isAllocatable() ? getInputFileOffset() : getOutputFileOffset(); in flushPendingRelocations()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3938 NewPhdr.p_offset = EHFrameHdrSec->getOutputFileOffset(); in patchELFPHDRTable()
4085 if (Section.getOutputFileOffset() || !Section.getAllocAddress()) in rewriteNoteSections()
4097 << Twine::utohexstr(Section.getOutputFileOffset()) << '\n'); in rewriteNoteSections()
4258 NewSection.sh_offset = Section.getOutputFileOffset(); in getOutputSections()
4320 NewSection.sh_offset = BSec->getOutputFileOffset(); in getOutputSections()
4328 LastFileOffset = BSec->getOutputFileOffset(); in getOutputSections()
4333 if (Section.getOutputFileOffset() <= LastFileOffset) in getOutputSections()
4343 NewSection.sh_offset = Section.getOutputFileOffset(); in getOutputSections()
5363 << Section.getOutputFileOffset() << '\n'; in rewriteFile()
5365 Section.getOutputSize(), Section.getOutputFileOffset()); in rewriteFile()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h403 uint64_t getOutputFileOffset() const { return OutputFileOffset; } in getOutputFileOffset() function