Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp472 MCSymbol *LineSym = getContext().createTempSymbol(); in EmitCVLocDirective() local
473 EmitLabel(LineSym); in EmitCVLocDirective()
474 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in EmitCVLocDirective()
H A DMCDwarf.cpp93 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in Make() local
95 MCOS->EmitLabel(LineSym); in Make()
101 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in Make()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp731 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local
732 OS.EmitLabel(LineSym); in beginInstruction()
736 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()