Searched refs:emitSectionContents (Results 1 – 4 of 4) sorted by relevance
82 void emitSectionContents(StringRef SecData, StringRef SecName) override;
93 virtual void emitSectionContents(StringRef SecData, StringRef SecName) = 0;
2327 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()2329 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()2331 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()2333 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()2335 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()
190 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents() function in llvm::DwarfStreamer