reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/WinException.cpp
  566         Ctx.getOrCreateParentFrameOffsetSymbol(FLinkageName);
  568         MCConstantExpr::create(FuncInfo.SEHSetFrameOffset, Ctx);
  575       Ctx.createTempSymbol("lsda_begin", /*AlwaysAddSuffix=*/true);
  577       Ctx.createTempSymbol("lsda_end", /*AlwaysAddSuffix=*/true);
  579   const MCExpr *EntrySize = MCConstantExpr::create(16, Ctx);
  580   const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx);