Searched refs:JumpTableEntryInfo (Results 1 – 2 of 2) sorted by relevance
170 auto It = JumpTableEntryInfo.find(Idx); in getJumpTableEntrySize()171 if (It != JumpTableEntryInfo.end()) in getJumpTableEntrySize()176 return JumpTableEntryInfo.find(Idx)->second.second; in getJumpTableEntryPCRelSymbol()179 JumpTableEntryInfo[Idx] = std::make_pair(Size, PCRelSym); in setJumpTableEntryInfo()225 DenseMap<int, std::pair<unsigned, MCSymbol *>> JumpTableEntryInfo; variable
1597 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID); in parseJumpTableIndexOperand() local1598 if (JumpTableEntryInfo == PFS.JumpTableSlots.end()) in parseJumpTableIndexOperand()1601 Dest = MachineOperand::CreateJTI(JumpTableEntryInfo->second); in parseJumpTableIndexOperand()