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

Declarations

include/llvm/CodeGen/DIE.h
  157   void Emit(const AsmPrinter *AP, MCSection *Section) const;

References

lib/CodeGen/AsmPrinter/DwarfFile.cpp
   96 void DwarfFile::emitAbbrevs(MCSection *Section) { Abbrevs.Emit(Asm, Section); }
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  494   Abbreviations.Emit(Asm.get(), TLOF->getDwarfAbbrevSection());