Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp589 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local
590 emitLabel(LineSym); in emitCVLocDirective()
591 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
H A DMCDwarf.cpp99 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in make() local
101 MCOS->emitLabel(LineSym); in make()
107 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1388 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local
1389 OS.emitLabel(LineSym); in beginInstruction()
1393 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()