Searched refs:LineSym (Results 1 – 3 of 3) sorted by relevance
503 MCSymbol *LineSym = getContext().createTempSymbol(); in emitCVLocDirective() local504 emitLabel(LineSym); in emitCVLocDirective()505 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
100 MCSymbol *LineSym = MCOS->getContext().createTempSymbol(); in make() local102 MCOS->emitLabel(LineSym); in make()108 MCDwarfLineEntry LineEntry(LineSym, DwarfLoc); in make()
1388 MCSymbol *LineSym = OS.getContext().createTempSymbol(); in beginInstruction() local1389 OS.emitLabel(LineSym); in beginInstruction()1392 constructLineInfo(LineSym, DL->getFile(), DL.getLine(), DL.getCol()); in beginInstruction()