Searched refs:emitSectionContents (Results 1 – 4 of 4) sorted by relevance
80 void emitSectionContents(StringRef SecData, StringRef SecName) override;
110 virtual void emitSectionContents(StringRef SecData, StringRef SecName) = 0;
2297 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()2299 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()2301 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()2303 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()2305 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()
189 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents() function in llvm::DwarfStreamer