Lines Matching refs:DwarfStreamer
30 bool DwarfStreamer::init(Triple TheTriple) { in init()
115 void DwarfStreamer::finish() { MS->Finish(); } in finish()
117 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection()
131 void DwarfStreamer::emitCompileUnitHeader(CompileUnit &Unit) { in emitCompileUnitHeader()
157 void DwarfStreamer::emitAbbrevs( in emitAbbrevs()
166 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE()
173 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents()
193 void DwarfStreamer::emitPaperTrailWarningsDie(DIE &Die) { in emitPaperTrailWarningsDie()
205 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings()
216 void DwarfStreamer::emitDebugNames( in emitDebugNames()
239 void DwarfStreamer::emitAppleNamespaces( in emitAppleNamespaces()
247 void DwarfStreamer::emitAppleNames( in emitAppleNames()
255 void DwarfStreamer::emitAppleObjc( in emitAppleObjc()
263 void DwarfStreamer::emitAppleTypes( in emitAppleTypes()
272 void DwarfStreamer::emitSwiftAST(StringRef Buffer) { in emitSwiftAST()
283 void DwarfStreamer::emitRangesEntries( in emitRangesEntries()
322 void DwarfStreamer::emitUnitRangesEntries(CompileUnit &Unit, in emitUnitRangesEntries()
402 void DwarfStreamer::emitLocationsForUnit( in emitLocationsForUnit()
466 void DwarfStreamer::emitLineTableForUnit(MCDwarfLineTableParams Params, in emitLineTableForUnit()
614 void DwarfStreamer::translateLineTable(DataExtractor Data, uint64_t Offset) { in translateLineTable()
696 void DwarfStreamer::emitPubSectionForUnit( in emitPubSectionForUnit()
737 void DwarfStreamer::emitPubNamesForUnit(const CompileUnit &Unit) { in emitPubNamesForUnit()
745 void DwarfStreamer::emitPubTypesForUnit(const CompileUnit &Unit) { in emitPubTypesForUnit()
753 void DwarfStreamer::emitCIE(StringRef CIEBytes) { in emitCIE()
763 void DwarfStreamer::emitFDE(uint32_t CIEOffset, uint32_t AddrSize, in emitFDE()