Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp1132 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1134 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1136 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()