Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp503 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local
504 emitLabel(LineSym); in emitCVLocDirective()
505 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
H A DMCDwarf.cpp100 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in make() local
102 MCOS->emitLabel(LineSym); in make()
108 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make()
/freebsd/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()
1392 constructLineInfo(LineSym, DL->getFile(), DL.getLine(), DL.getCol()); in beginInstruction()