Searched refs:LineSym (Results 1 – 3 of 3) sorted by relevance
589 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local590 emitLabel(LineSym); in emitCVLocDirective()591 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
99 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in make() local101 MCOS->emitLabel(LineSym); in make()107 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make()
1388 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local1389 OS.emitLabel(LineSym); in beginInstruction()1393 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()