Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp548 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local
549 emitLabel(LineSym); in emitCVLocDirective()
550 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
H A DMCDwarf.cpp113 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in make() local
115 MCOS->emitLabel(LineSym); in make()
121 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1127 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local
1128 OS.emitLabel(LineSym); in beginInstruction()
1132 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()