Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h80 void emitSectionContents(StringRef SecData, StringRef SecName) override;
H A DDWARFLinker.h110 virtual void emitSectionContents(StringRef SecData, StringRef SecName) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2297 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()
H A DDWARFStreamer.cpp189 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents() function in llvm::DwarfStreamer