Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1133 uintptr_t ConStart = in getSectionContents() local
1136 if (Error E = checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1138 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()