HomeSort by relevance Sort by last modified time
    Searched refs:XData (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 32 // data" table (.xdata) with a reference to the entry from the "procedure data"
535 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)))
    [all...]
Win64EHDumper.cpp 283 const coff_section *XData;
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/
MCWin64EH.cpp 245 return context.getCOFFSection((".xdata"+suffix).str(),
278 const MCSection *XData =
280 Streamer.SwitchSection(XData);

Completed in 68 milliseconds