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

References

lib/CodeGen/AsmPrinter/DwarfFile.cpp
   24     : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {}
   51   Asm->OutStreamer->SwitchSection(S);
   53   Asm->emitDwarfDIE(TheU->getUnitDie());
   56     Asm->OutStreamer->EmitLabel(EndLabel);
   93   return Die.computeOffsetsAndAbbrevs(Asm, Abbrevs, Offset);
   96 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); }
  101   StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets);
  129       RangeSpanList(Asm->createTempSymbol("debug_ranges"), CU, std::move(R)));