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

References

lib/MC/MCDwarf.cpp
  451   MCContext &context = MCOS->getContext();
  458   MCOS->EmitLabel(LineStartSym);
  465   emitAbsValue(*MCOS,
  466                MakeStartMinusEndExpr(*MCOS, *LineStartSym, *LineEndSym, 4), 4);
  470   MCOS->EmitIntValue(LineTableVersion, 2);
  478     MCOS->EmitIntValue(context.getAsmInfo()->getCodePointerSize(), 1);
  479     MCOS->EmitIntValue(0, 1); // Segment selector; same as EmitGenDwarfAranges.
  488   emitAbsValue(*MCOS,
  489                MakeStartMinusEndExpr(*MCOS, *LineStartSym, *ProEndSym,
  494   MCOS->EmitIntValue(context.getAsmInfo()->getMinInstAlignment(), 1);
  499     MCOS->EmitIntValue(1, 1);
  500   MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1);
  501   MCOS->EmitIntValue(Params.DWARF2LineBase, 1);
  502   MCOS->EmitIntValue(Params.DWARF2LineRange, 1);
  503   MCOS->EmitIntValue(StandardOpcodeLengths.size() + 1, 1);
  507     MCOS->EmitIntValue(Length, 1);
  512     emitV5FileDirTables(MCOS, LineStr);
  514     emitV2FileDirTables(MCOS);
  518   MCOS->EmitLabel(ProEndSym);