Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h83 void emitSectionContents(StringRef SecData,
H A DDWARFLinker.h46 virtual void emitSectionContents(StringRef SecData,
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2790 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()
2792 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2795 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2797 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()
2799 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2801 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2804 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
H A DDWARFStreamer.cpp227 void DwarfStreamer::emitSectionContents(StringRef SecData, in emitSectionContents() function in DwarfStreamer
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp354 Streamer->emitSectionContents(Section->getContents(), in linkDebugInfoImpl()