Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp842 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
843 uintptr_t ConEnd = ConStart + Sec->SizeOfRawData; in getSectionContents()
846 Res = ArrayRef<uint8_t>(reinterpret_cast<const unsigned char*>(ConStart), in getSectionContents()