Searched refs:EHCatchAllValue (Results 1 – 1 of 1) sorted by relevance
51 GlobalVariable *EHCatchAllValue; member in __anon19cb08fb0111::DwarfEHPrepare107 URoR(0), EHCatchAllValue(0), RewindFunction(0) { in DwarfEHPrepare()135 if (!EHCatchAllValue) return false; in HasCatchAllInSelector()139 return GV == EHCatchAllValue; in HasCatchAllInSelector()176 if (!EHCatchAllValue) return false; in CleanupSelectors()192 if (GV != EHCatchAllValue) continue; in CleanupSelectors()193 Sel->setArgOperand(OpIdx, EHCatchAllValue->getInitializer()); in CleanupSelectors()239 if (!EHCatchAllValue) { in HandleURoRInvokes()240 EHCatchAllValue = in HandleURoRInvokes()242 if (!EHCatchAllValue) return false; in HandleURoRInvokes()[all …]