Searched refs:JumpTableEntryInfo (Results 1 – 2 of 2) sorted by relevance
348 return JumpTableEntryInfo[Idx].first; in getJumpTableEntrySize()351 return JumpTableEntryInfo[Idx].second; in getJumpTableEntryPCRelSymbol()354 if ((unsigned)Idx >= JumpTableEntryInfo.size()) in setJumpTableEntryInfo()355 JumpTableEntryInfo.resize(Idx+1); in setJumpTableEntryInfo()356 JumpTableEntryInfo[Idx] = std::make_pair(Size, PCRelSym); in setJumpTableEntryInfo()442 SmallVector<std::pair<unsigned, MCSymbol *>, 2> JumpTableEntryInfo; variable
2133 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID); in parseJumpTableIndexOperand() local2134 if (JumpTableEntryInfo == PFS.JumpTableSlots.end()) in parseJumpTableIndexOperand()2137 Dest = MachineOperand::CreateJTI(JumpTableEntryInfo->second); in parseJumpTableIndexOperand()