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

/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp535 const ExceptionDataRecord XData(Data);
538 SW.printNumber("FunctionLength", XData.FunctionLength() << 1);
539 SW.printNumber("Version", XData.Vers());
540 SW.printBoolean("ExceptionData", XData.X());
541 SW.printBoolean("EpiloguePacked", XData.E());
542 SW.printBoolean("Fragment", XData.F());
543 SW.printNumber(XData.E() ? "EpilogueOffset" : "EpilogueScopes",
544 XData.EpilogueCount());
546 static_cast<uint64_t>(XData.CodeWords() * sizeof(uint32_t)));
548 if (XData
[all...]
H A DWin64EHDumper.cpp283 const coff_section *XData; local
285 if (error(resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset)))
289 if (error(Ctx.COFF.getSectionContents(XData, Contents)) || Contents.empty())
297 printUnwindInfo(Ctx, XData, Offset, *UI);
/external/llvm/lib/MC/
H A DMCWin64EH.cpp278 const MCSection *XData = local
280 Streamer.SwitchSection(XData);

Completed in 117 milliseconds