Searched refs:LineSym (Results 1 – 3 of 3) sorted by relevance
592 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local593 emitLabel(LineSym); in emitCVLocDirective()594 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
96 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in make() local98 MCOS->emitLabel(LineSym); in make()104 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make()
1380 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local1381 OS.emitLabel(LineSym); in beginInstruction()1385 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()