Lines Matching refs:DwarfStreamer
467 class DwarfStreamer { class
575 bool DwarfStreamer::init(Triple TheTriple, StringRef OutputFilename) { in init()
649 bool DwarfStreamer::finish(const DebugMap &DM) { in finish()
659 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
674 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit) { in emitCompileUnitHeader()
691 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
698 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
704 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings()
716 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
755 void DwarfStreamer::emitUnitRangesEntries(CompileUnit &Unit, in emitUnitRangesEntries()
835 void DwarfStreamer::emitLocationsForUnit(const CompileUnit &Unit, in emitLocationsForUnit()
883 void DwarfStreamer::emitLineTableForUnit(MCDwarfLineTableParams Params, in emitLineTableForUnit()
1029 void DwarfStreamer::emitPubSectionForUnit( in emitPubSectionForUnit()
1067 void DwarfStreamer::emitPubNamesForUnit(const CompileUnit &Unit) { in emitPubNamesForUnit()
1073 void DwarfStreamer::emitPubTypesForUnit(const CompileUnit &Unit) { in emitPubTypesForUnit()
1079 void DwarfStreamer::emitCIE(StringRef CIEBytes) { in emitCIE()
1089 void DwarfStreamer::emitFDE(uint32_t CIEOffset, uint32_t AddrSize, in emitFDE()
1430 std::unique_ptr<DwarfStreamer> Streamer;
1752 Streamer = llvm::make_unique<DwarfStreamer>(); in createStreamer()