Searched refs:XContents (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp338 ArrayRef<uint8_t> XContents; local
342 XContents, UnwindInfoOffset))) continue;
343 if (XContents.empty()) continue;
346 if (UnwindInfoOffset > XContents.size()) continue;
350 (XContents.data() + UnwindInfoOffset);
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp991 ArrayRef<uint8_t> XContents;
992 if (error(Obj->getSectionContents(XData, XContents)) || XContents.empty())
996 if (UnwindInfoOffset > XContents.size())
1001 XContents.data() + UnwindInfoOffset);

Completed in 61 milliseconds