Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp111 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 DMCObjectStreamer.cpp590 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local
591 emitLabel(LineSym); in emitCVLocDirective()
592 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
H A DMCDwarf.cpp96 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 DBinaryEmitter.cpp683 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 DBTFDebug.cpp1355 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local
1356 OS.emitLabel(LineSym); in beginInstruction()
1360 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()