Home
last modified time | relevance | path

Searched refs:emitDwarfDebugLocListHeader (Results 1 – 9 of 9) sorted by relevance

/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.h119 MCSymbol *emitDwarfDebugLocListHeader(const CompileUnit &Unit) override;
H A DDWARFLinker.h97 virtual MCSymbol *emitDwarfDebugLocListHeader(const CompileUnit &Unit) = 0;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp603 MCSymbol *DwarfStreamer::emitDwarfDebugLocListHeader(const CompileUnit &Unit) { in emitDwarfDebugLocListHeader() function in DwarfStreamer
H A DDWARFLinker.cpp2024 MCSymbol *EndLabel = Emitter->emitDwarfDebugLocListHeader(Unit); in generateUnitLocations()