Searched refs:JumpTableEntryInfo (Results 1 – 2 of 2) sorted by relevance
437 return JumpTableEntryInfo[Idx].first; in getJumpTableEntrySize()440 return JumpTableEntryInfo[Idx].second; in getJumpTableEntryPCRelSymbol()443 if ((unsigned)Idx >= JumpTableEntryInfo.size()) in setJumpTableEntryInfo()444 JumpTableEntryInfo.resize(Idx+1); in setJumpTableEntryInfo()445 JumpTableEntryInfo[Idx] = std::make_pair(Size, PCRelSym); in setJumpTableEntryInfo()548 SmallVector<std::pair<unsigned, MCSymbol *>, 2> JumpTableEntryInfo; variable
2244 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID); in parseJumpTableIndexOperand() local2245 if (JumpTableEntryInfo == PFS.JumpTableSlots.end()) in parseJumpTableIndexOperand()2248 Dest = MachineOperand::CreateJTI(JumpTableEntryInfo->second); in parseJumpTableIndexOperand()