Lines Matching refs:DwarfStreamer
367 class DwarfStreamer { class
464 bool DwarfStreamer::init(Triple TheTriple, StringRef OutputFilename) { in init()
535 bool DwarfStreamer::finish() { in finish()
542 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
557 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit) { in emitCompileUnitHeader()
574 void DwarfStreamer::emitAbbrevs(const std::vector<DIEAbbrev *> &Abbrevs) { in emitAbbrevs()
580 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
586 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings()
598 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
637 void DwarfStreamer::emitUnitRangesEntries(CompileUnit &Unit, in emitUnitRangesEntries()
717 void DwarfStreamer::emitLocationsForUnit(const CompileUnit &Unit, in emitLocationsForUnit()
766 void DwarfStreamer::emitLineTableForUnit(StringRef PrologueBytes, in emitLineTableForUnit()
914 void DwarfStreamer::emitPubSectionForUnit( in emitPubSectionForUnit()
952 void DwarfStreamer::emitPubNamesForUnit(const CompileUnit &Unit) { in emitPubNamesForUnit()
958 void DwarfStreamer::emitPubTypesForUnit(const CompileUnit &Unit) { in emitPubTypesForUnit()
1210 std::unique_ptr<DwarfStreamer> Streamer;
1298 Streamer = llvm::make_unique<DwarfStreamer>(); in createStreamer()