Searched refs:PrevLabel (Results 1 – 3 of 3) sorted by relevance
255 PrevLabel = Asm->getFunctionBegin(); in beginFunction()278 if (!PrevLabel) { in beginInstruction()279 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction()280 Asm->OutStreamer->EmitLabel(PrevLabel); in beginInstruction()282 I->second = PrevLabel; in beginInstruction()293 PrevLabel = nullptr; in endInstruction()310 if (!PrevLabel) { in endInstruction()311 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction()312 Asm->OutStreamer->EmitLabel(PrevLabel); in endInstruction()314 I->second = PrevLabel; in endInstruction()
1473 if (UnknownLocations == Enable || PrevLabel || in beginInstruction()1577 PrevLabel = nullptr; in endFunctionImpl()1595 PrevLabel = nullptr; in endFunctionImpl()1642 PrevLabel = nullptr; in endFunctionImpl()
69 MCSymbol *PrevLabel = nullptr; variable