Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h155 void emitLineTableForUnit(const DWARFDebugLine::LineTable &LineTable,
H A DDWARFLinker.h125 virtual void emitLineTableForUnit(const DWARFDebugLine::LineTable &LineTable,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp810 void DwarfStreamer::emitLineTableForUnit( in emitLineTableForUnit() function in DwarfStreamer
H A DDWARFLinker.cpp2207 Emitter->emitLineTableForUnit(LineTable, Unit, DebugStrPool, in generateLineTableForUnit()