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

References

lib/MC/MCDwarf.cpp
 1711   emitFDESymbol(Streamer, *frame.Begin, PCEncoding, IsEH);
 1715       MakeStartMinusEndExpr(Streamer, *frame.Begin, *frame.End, 0);
 1715       MakeStartMinusEndExpr(Streamer, *frame.Begin, *frame.End, 0);
 1722     if (frame.Lsda)
 1723       augmentationLength += getSizeForEncoding(Streamer, frame.LsdaEncoding);
 1728     if (frame.Lsda)
 1729       emitFDESymbol(Streamer, *frame.Lsda, frame.LsdaEncoding, true);
 1729       emitFDESymbol(Streamer, *frame.Lsda, frame.LsdaEncoding, true);
 1733   EmitCFIInstructions(frame.Instructions, frame.Begin);
 1733   EmitCFIInstructions(frame.Instructions, frame.Begin);