Searched refs:PrevLabel (Results 1 – 2 of 2) sorted by relevance
205 PrevLabel(nullptr), InfoHolder(A, "info_string", DIEValueAllocator), in DwarfDebug()1022 if (!PrevLabel) { in beginInstruction()1023 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction()1024 Asm->OutStreamer->EmitLabel(PrevLabel); in beginInstruction()1026 I->second = PrevLabel; in beginInstruction()1035 PrevLabel = nullptr; in endInstruction()1050 if (!PrevLabel) { in endInstruction()1051 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction()1052 Asm->OutStreamer->EmitLabel(PrevLabel); in endInstruction()1054 I->second = PrevLabel; in endInstruction()[all …]
244 MCSymbol *PrevLabel; variable