Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp408 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local
411 Data, reinterpret_cast<uintptr_t>(ContentStart), SectionSize)) in getSectionContents()
417 return ArrayRef(ContentStart, SectionSize); in getSectionContents()