Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp402 uint64_t OffsetToRaw; in getSectionContents() local
404 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()
406 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()
408 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents()
414 Twine::utohexstr(OffsetToRaw) + " and size 0x" + in getSectionContents()