Searched refs:ThisSym (Results 1 – 2 of 2) sorted by relevance
675 MCSymbol *ThisSym = Label; in EmitCFIInstructions() local676 if (ThisSym != BaseLabel) { in EmitCFIInstructions()678 streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()679 BaseLabel = ThisSym; in EmitCFIInstructions()
1169 MCSymbol *ThisSym = Label; in EmitCFIInstructions() local1170 if (ThisSym != BaseLabel) { in EmitCFIInstructions()1171 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()1172 BaseLabel = ThisSym; in EmitCFIInstructions()