Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp127 const uint64_t SectionFileOffset = in flushPendingRelocations() local
133 << " offset: 0x" << Twine::utohexstr(SectionFileOffset) << '\n'); in flushPendingRelocations()
137 SectionFileOffset + Patch.Offset); in flushPendingRelocations()
149 SectionFileOffset + Reloc.Offset); in flushPendingRelocations()
158 << Twine::utohexstr(SectionFileOffset + Reloc.Offset) << '\n';); in flushPendingRelocations()