Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
HDDWARFStreamer.h152 void emitLineTableForUnit(const DWARFDebugLine::LineTable &LineTable,
HDDWARFLinker.h125 virtual void emitLineTableForUnit(const DWARFDebugLine::LineTable &LineTable,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp810 void DwarfStreamer::emitLineTableForUnit( in emitLineTableForUnit() function in DwarfStreamer
HDDWARFLinker.cpp2224 Emitter->emitLineTableForUnit(LineTable, Unit, DebugStrPool, in generateLineTableForUnit()