Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp1042 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1044 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1046 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1108 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents() local
1110 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()
1112 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()