Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h114 void emitDwarfDebugRangeListFooter(const CompileUnit &Unit,
H A DDWARFLinker.h92 virtual void emitDwarfDebugRangeListFooter(const CompileUnit &Unit,
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp552 void DwarfStreamer::emitDwarfDebugRangeListFooter(const CompileUnit &Unit, in emitDwarfDebugRangeListFooter() function in DwarfStreamer
H A DDWARFLinker.cpp1978 TheDwarfEmitter->emitDwarfDebugRangeListFooter(Unit, EndLabel); in generateUnitRanges()