Searched refs:LineSym (Results 1 – 3 of 3) sorted by relevance
548 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local549 emitLabel(LineSym); in emitCVLocDirective()550 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
113 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in make() local115 MCOS->emitLabel(LineSym); in make()121 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make()
1127 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local1128 OS.emitLabel(LineSym); in beginInstruction()1132 constructLineInfo(SP, LineSym, DL.getLine(), DL.getCol()); in beginInstruction()