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

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCWinEH.cpp72 MCSectionCOFF *XData = local
74 return getUnwindInfoSection(".xdata", XData, Function, Context);
H A DMCWin64EH.cpp227 MCSection *XData = getXDataSection(CFI->Function, Context); local
228 Streamer.SwitchSection(XData);
H A DMCAsmStreamer.cpp1181 MCSection *XData =
1183 SwitchSectionNoChange(XData);
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp520 const ExceptionDataRecord XData(Data);
523 SW.printNumber("FunctionLength", XData.FunctionLength() << 1);
524 SW.printNumber("Version", XData.Vers());
525 SW.printBoolean("ExceptionData", XData.X());
526 SW.printBoolean("EpiloguePacked", XData.E());
527 SW.printBoolean("Fragment", XData.F());
528 SW.printNumber(XData.E() ? "EpilogueOffset" : "EpilogueScopes",
529 XData.EpilogueCount());
531 static_cast<uint64_t>(XData.CodeWords() * sizeof(uint32_t)));
533 if (XData
[all...]
H A DWin64EHDumper.cpp282 const coff_section *XData; local
284 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset);
287 error(Ctx.COFF.getSectionContents(XData, Contents));
296 printUnwindInfo(Ctx, XData, Offset, *UI);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp130 MCSection *XData = WinEH::UnwindEmitter::getXDataSection(Asm->CurrentFnSym, local
132 Asm->OutStreamer->SwitchSection(XData);

Completed in 60 milliseconds