Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp279 uint64_t OffsetToRaw; in getSectionContents() local
281 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()
283 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()
285 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents()