Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp285 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local
287 if (checkOffset(Data, reinterpret_cast<uintptr_t>(ContentStart), SectionSize)) in getSectionContents()
290 return makeArrayRef(ContentStart,SectionSize); in getSectionContents()