Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectStreamer.cpp592 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local
593 emitLabel(LineSym); in emitCVLocDirective()
594 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1380 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local
1381 OS.emitLabel(LineSym); in beginInstruction()
1385 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()