Searched refs:UnwindInfoOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp334 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
335 I->UnwindInfoOffset);
339 uint64_t UnwindInfoOffset = 0; local
341 /*offsetof(RuntimeFunction, UnwindInfoOffset)*/ 8,
342 XContents, UnwindInfoOffset))) continue;
345 UnwindInfoOffset += I->UnwindInfoOffset;
346 if (UnwindInfoOffset > XContents.size()) continue;
350 (XContents.data() + UnwindInfoOffset);
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DWin64EH.h72 support::ulittle32_t UnwindInfoOffset; member in struct:llvm::Win64EH::RuntimeFunction
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp984 formatSymbol(Rels, OffsetInSection + 8, RTF.UnwindInfoOffset));
987 uint64_t UnwindInfoOffset = 0; local
988 if (error(getSection(Rels, OffsetInSection + 8, &XData, &UnwindInfoOffset)))
995 UnwindInfoOffset += RTF.UnwindInfoOffset;
996 if (UnwindInfoOffset > XContents.size())
1001 XContents.data() + UnwindInfoOffset);
1003 printUnwindInfo(*UI, UnwindInfoOffset, RelocMap[XData]);
1051 Chained->UnwindInfoOffset));

Completed in 101 milliseconds