Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h85 void emitSectionContents(StringRef SecData,
H A DDWARFLinker.h45 virtual void emitSectionContents(StringRef SecData,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2653 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()
2655 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2658 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2660 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()
2662 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2664 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2667 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
H A DDWARFStreamer.cpp227 void DwarfStreamer::emitSectionContents(StringRef SecData, in emitSectionContents() function in DwarfStreamer
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp354 Streamer->emitSectionContents(Section->getContents(), in linkDebugInfoImpl()