Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp377 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local
380 Data, reinterpret_cast<uintptr_t>(ContentStart), SectionSize)) in getSectionContents()
386 return makeArrayRef(ContentStart,SectionSize); in getSectionContents()