Lines Matching refs:DwarfStreamer

29 bool DwarfStreamer::init(Triple TheTriple,  in init()
116 void DwarfStreamer::finish() { MS->finish(); } in finish()
118 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
139 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit, in emitCompileUnitHeader()
174 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
183 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
190 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents()
210 void DwarfStreamer::emitPaperTrailWarningsDie(DIE &Die) { in emitPaperTrailWarningsDie()
222 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings()
243 void DwarfStreamer::emitDebugNames( in emitDebugNames()
266 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
274 void DwarfStreamer::emitAppleNames( in emitAppleNames()
282 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
290 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
299 void DwarfStreamer::emitSwiftAST(StringRef Buffer) { in emitSwiftAST()
306 void DwarfStreamer::emitSwiftReflectionSection( in emitSwiftReflectionSection()
322 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
361 void DwarfStreamer::emitUnitRangesEntries(CompileUnit &Unit, in emitUnitRangesEntries()
443 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
507 void DwarfStreamer::emitLineTableForUnit(MCDwarfLineTableParams Params, in emitLineTableForUnit()
653 void DwarfStreamer::translateLineTable(DataExtractor Data, uint64_t Offset) { in translateLineTable()
735 void DwarfStreamer::emitPubSectionForUnit( in emitPubSectionForUnit()
776 void DwarfStreamer::emitPubNamesForUnit(const CompileUnit &Unit) { in emitPubNamesForUnit()
782 void DwarfStreamer::emitPubTypesForUnit(const CompileUnit &Unit) { in emitPubTypesForUnit()
788 void DwarfStreamer::emitCIE(StringRef CIEBytes) { in emitCIE()
798 void DwarfStreamer::emitFDE(uint32_t CIEOffset, uint32_t AddrSize, in emitFDE()