Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp277 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local
279 if (checkOffset(Data, uintptr_t(ContentStart), SectionSize)) in getSectionContents()
282 return makeArrayRef(ContentStart,SectionSize); in getSectionContents()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp284 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local
286 if (checkOffset(Data, uintptr_t(ContentStart), SectionSize)) in getSectionContents()
289 return makeArrayRef(ContentStart,SectionSize); in getSectionContents()