Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp271 uint64_t OffsetToRaw; in getSectionContents() local
273 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()
275 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()
277 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp278 uint64_t OffsetToRaw; in getSectionContents() local
280 OffsetToRaw = toSection64(Sec)->FileOffsetToRawData; in getSectionContents()
282 OffsetToRaw = toSection32(Sec)->FileOffsetToRawData; in getSectionContents()
284 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents()