Searched refs:PrevLabel (Results 1 – 2 of 2) sorted by relevance
168 : Asm(A), MMI(Asm->MMI), FirstCU(nullptr), PrevLabel(nullptr), in DwarfDebug()1339 if (!PrevLabel) { in beginInstruction()1340 PrevLabel = MMI->getContext().CreateTempSymbol(); in beginInstruction()1341 Asm->OutStreamer.EmitLabel(PrevLabel); in beginInstruction()1343 I->second = PrevLabel; in beginInstruction()1352 PrevLabel = nullptr; in endInstruction()1367 if (!PrevLabel) { in endInstruction()1368 PrevLabel = MMI->getContext().CreateTempSymbol(); in endInstruction()1369 Asm->OutStreamer.EmitLabel(PrevLabel); in endInstruction()1371 I->second = PrevLabel; in endInstruction()[all …]
234 MCSymbol *PrevLabel; variable