Home
last modified time | relevance | path

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

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