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