Searched refs:PrevLabel (Results 1 – 3 of 3) sorted by relevance
343 PrevLabel = Asm->getFunctionBegin(); in beginFunction()366 if (!PrevLabel) { in beginInstruction()367 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction()368 Asm->OutStreamer->emitLabel(PrevLabel); in beginInstruction()370 I->second = PrevLabel; in beginInstruction()381 PrevLabel = nullptr; in endInstruction()399 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()400 } else if (!PrevLabel) { in endInstruction()401 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction()402 Asm->OutStreamer->emitLabel(PrevLabel); in endInstruction()[all …]
2078 if (UnknownLocations == Enable || PrevLabel || in beginInstruction()2244 PrevLabel = nullptr; in endFunctionImpl()2264 PrevLabel = nullptr; in endFunctionImpl()2311 PrevLabel = nullptr; in endFunctionImpl()
68 MCSymbol *PrevLabel = nullptr; variable