Searched refs:LabelToStateMap (Results 1 – 9 of 9) sorted by relevance
94 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap; member
97 DenseMap<MCSymbol *, std::pair<int, MCSymbol *>> LabelToStateMap; member
445 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()447 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
487 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()489 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
480 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label); in scan()482 if (InvokeMapIter == EHInfo.LabelToStateMap.end()) in scan()
1232 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()
1268 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()
1246 LabelToStateMap[InvokeBegin] = std::make_pair(InvokeStateMap[II], InvokeEnd); in addIPToStateRange()