Searched refs:PrevLabel (Results 1 – 3 of 3) sorted by relevance
338 PrevLabel = Asm->getFunctionBegin(); in beginFunction()361 if (!PrevLabel) { in beginInstruction()363 Asm->OutStreamer->emitLabel(PrevLabel); in beginInstruction()365 I->second = PrevLabel; in beginInstruction()376 PrevLabel = nullptr; in endInstruction()394 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()395 } else if (!PrevLabel) { in endInstruction()397 Asm->OutStreamer->emitLabel(PrevLabel); in endInstruction()399 I->second = PrevLabel; in endInstruction()417 PrevLabel = MBB.getSymbol(); in beginBasicBlock()[all …]
2047 if (UnknownLocations == Enable || PrevLabel || in beginInstruction()2186 PrevLabel = nullptr; in endFunctionImpl()2206 PrevLabel = nullptr; in endFunctionImpl()2253 PrevLabel = nullptr; in endFunctionImpl()
68 MCSymbol *PrevLabel = nullptr; variable