Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp371 uint64_t OffsetToRaw; in getSectionContents() local
373 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()
375 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()
377 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents()
383 Twine::utohexstr(OffsetToRaw) + " and size 0x" + in getSectionContents()