Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h138 void emitDwarfDebugLocListFooter(const CompileUnit &Unit,
H A DDWARFLinker.h105 virtual void emitDwarfDebugLocListFooter(const CompileUnit &Unit,
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp653 void DwarfStreamer::emitDwarfDebugLocListFooter(const CompileUnit &Unit, in emitDwarfDebugLocListFooter() function in DwarfStreamer
H A DDWARFLinker.cpp2034 Emitter->emitDwarfDebugLocListFooter(Unit, EndLabel); in generateUnitLocations()