Searched refs:ContentStart (Results 1 – 1 of 1) sorted by relevance
285 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local287 if (checkOffset(Data, reinterpret_cast<uintptr_t>(ContentStart), SectionSize)) in getSectionContents()290 return makeArrayRef(ContentStart,SectionSize); in getSectionContents()