Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp875 const MCSymbol *LineSectionSymbol, in EmitGenDwarfInfo() argument
932 if (LineSectionSymbol) in EmitGenDwarfInfo()
933 MCOS->emitSymbolValue(LineSectionSymbol, OffsetSize, in EmitGenDwarfInfo()
1115 MCSymbol *LineSectionSymbol = nullptr; in Emit() local
1117 LineSectionSymbol = MCOS->getDwarfLineTableSymbol(0); in Emit()
1162 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol, RangesSymbol); in Emit()