Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h83 void emitSectionContents(StringRef SecData, StringRef SecName) override;
H A DDWARFLinker.h94 virtual void emitSectionContents(StringRef SecData, StringRef SecName) = 0;
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2412 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2414 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getLocSection().Data, in copyInvariantDebugSection()
2416 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2418 TheDwarfEmitter->emitSectionContents( in copyInvariantDebugSection()
2420 TheDwarfEmitter->emitSectionContents(Dwarf.getDWARFObj().getArangesSection(), in copyInvariantDebugSection()
H A DDWARFStreamer.cpp195 void DwarfStreamer::emitSectionContents(StringRef SecData, StringRef SecName) { in emitSectionContents() function in llvm::DwarfStreamer