Home | History | Annotate | Download | only in llvm-readobj

Lines Matching refs:XContents

991   ArrayRef<uint8_t> XContents;
992 if (error(Obj->getSectionContents(XData, XContents)) || XContents.empty())
996 if (UnwindInfoOffset > XContents.size())
1001 XContents.data() + UnwindInfoOffset);