Home
last modified time | relevance | path

Searched refs:LineEndSym (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp817 MCSymbol *LineEndSym = MC->createTempSymbol(); in emitLineTableForUnit() local
824 emitLabelDifference(LineEndSym, LineStartSym, in emitLineTableForUnit()
832 emitLineTableRows(LineTable, LineEndSym, in emitLineTableForUnit()
1040 const DWARFDebugLine::LineTable &LineTable, MCSymbol *LineEndSym, in emitLineTableRows() argument
1057 MS->emitLabel(LineEndSym); in emitLineTableRows()
1173 MS->emitLabel(LineEndSym); in emitLineTableRows()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h272 MCSymbol *LineEndSym, unsigned AddressByteSize);
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp503 MCSymbol *LineEndSym = MCOS->emitDwarfUnitLength("debug_line", "unit length"); in Emit() local
552 return std::make_pair(LineStartSym, LineEndSym); in Emit()
557 MCSymbol *LineEndSym = Header.Emit(MCOS, Params, LineStr).second; in emitCU() local
565 MCOS->emitLabel(LineEndSym); in emitCU()