Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp418 const uint8_t * ContentStart = base() + OffsetToRaw; in getSectionContents() local
421 Data, reinterpret_cast<uintptr_t>(ContentStart), SectionSize)) in getSectionContents()
427 return ArrayRef(ContentStart, SectionSize); in getSectionContents()