Searched refs:emitSectionContents (Results 1 – 4 of 4) sorted by relevance
83 void emitSectionContents(StringRef SecData, StringRef SecName) override;
94 virtual void emitSectionContents(StringRef SecData, StringRef SecName) = 0;
2412 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()2414 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()2416 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()2418 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()2420 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()
195 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents() function in llvm::DwarfStreamer