Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp1000 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1002 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1004 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()