Searched refs:JumpTableEntryInfo (Results 1 – 2 of 2) sorted by relevance
384 return JumpTableEntryInfo[Idx].first; in getJumpTableEntrySize()387 return JumpTableEntryInfo[Idx].second; in getJumpTableEntryPCRelSymbol()390 if ((unsigned)Idx >= JumpTableEntryInfo.size()) in setJumpTableEntryInfo()391 JumpTableEntryInfo.resize(Idx+1); in setJumpTableEntryInfo()392 JumpTableEntryInfo[Idx] = std::make_pair(Size, PCRelSym); in setJumpTableEntryInfo()495 SmallVector<std::pair<unsigned, MCSymbol *>, 2> JumpTableEntryInfo; variable
2235 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID); in parseJumpTableIndexOperand() local2236 if (JumpTableEntryInfo == PFS.JumpTableSlots.end()) in parseJumpTableIndexOperand()2239 Dest = MachineOperand::CreateJTI(JumpTableEntryInfo->second); in parseJumpTableIndexOperand()