Searched refs:LineSym (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 539 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local 540 emitLabel(LineSym); in emitCVLocDirective() 541 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
|
| H A D | MCDwarf.cpp | 96 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in make() local 98 MCOS->emitLabel(LineSym); in make() 104 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make() 284 auto *LineSym = ctx.createTempSymbol(); in endCurrentSeqAndEmitLineStreamLabel() local 285 MCOS->emitLabel(LineSym); in endCurrentSeqAndEmitLineStreamLabel() 291 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc, LineStreamLabel, DefLoc); in endCurrentSeqAndEmitLineStreamLabel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1507 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local 1508 OS.emitLabel(LineSym); in beginInstruction() 1511 constructLineInfo(LineSym, DL->getFile(), DL.getLine(), DL.getCol()); in beginInstruction()
|