Home
last modified time | relevance | path

Searched refs:emitSectionContents (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h82 void emitSectionContents(StringRef SecData, StringRef SecName) override;
H A DDWARFLinker.h93 virtual void emitSectionContents(StringRef SecData, StringRef SecName) = 0;
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2327 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()
H A DDWARFStreamer.cpp190 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents() function in llvm::DwarfStreamer