Searched refs:LineSym (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/MC/ |
| H A D | DwarfLineTableHeaders.cpp | 111 MCSymbol *LineSym = Ctx.createTempSymbol(); in emitDebugLineSection() local 113 TheStreamer->emitLabel(LineSym); in emitDebugLineSection() 130 MCDwarfLineEntry LineEntry(LineSym, Loc); in emitDebugLineSection()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 590 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local 591 emitLabel(LineSym); in emitCVLocDirective() 592 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()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryEmitter.cpp | 683 MCSymbol *LineSym = BC.Ctx->createTempSymbol(); in emitLineInfo() local 684 Streamer.emitLabel(LineSym); in emitLineInfo() 688 .addLineEntry(MCDwarfLineEntry(LineSym, DwarfLoc), in emitLineInfo()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 1355 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local 1356 OS.emitLabel(LineSym); in beginInstruction() 1360 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()
|