Searched refs:JumpTableSlots (Results 1 – 3 of 3) sorted by relevance
178 DenseMap<unsigned, unsigned> JumpTableSlots; member
963 if (!PFS.JumpTableSlots.insert(std::make_pair(Entry.ID.Value, Index)) in initializeJumpTableInfo()
2192 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID); in parseJumpTableIndexOperand()2193 if (JumpTableEntryInfo == PFS.JumpTableSlots.end()) in parseJumpTableIndexOperand()