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

References

lib/MC/MCDwarf.cpp
  166       MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
  167       MCOS->EmitULEB128IntValue(FileNum);
  171       MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
  172       MCOS->EmitULEB128IntValue(Column);
  175         MCOS->getContext().getDwarfVersion() >= 4) {
  178       MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1);
  179       MCOS->EmitULEB128IntValue(Size + 1);
  180       MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1);
  181       MCOS->EmitULEB128IntValue(Discriminator);
  185       MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
  186       MCOS->EmitULEB128IntValue(Isa);
  190       MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
  193       MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
  195       MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
  197       MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
  204     const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo();
  205     MCOS->EmitDwarfAdvanceLineAddr(LineDelta, LastLabel, Label,
  217   MCSymbol *SectionEnd = MCOS->endSection(Section);
  221   MCContext &Ctx = MCOS->getContext();
  222   MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection());
  225   MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd,