Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h82 void emitSectionContents(StringRef SecData,
H A DDWARFLinker.h45 virtual void emitSectionContents(StringRef SecData,
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2673 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()
2675 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2678 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2680 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()
2682 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2684 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2687 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
H A DDWARFStreamer.cpp227 void DwarfStreamer::emitSectionContents(StringRef SecData, in emitSectionContents() function in DwarfStreamer
/src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp354 Streamer->emitSectionContents(Section->getContents(), in linkDebugInfoImpl()