Searched refs:JumpTableEntryInfo (Results 1 – 5 of 5) sorted by relevance
300 return JumpTableEntryInfo[Idx].first; in getJumpTableEntrySize()303 return JumpTableEntryInfo[Idx].second; in getJumpTableEntryPCRelSymbol()306 if ((unsigned)Idx >= JumpTableEntryInfo.size()) in setJumpTableEntryInfo()307 JumpTableEntryInfo.resize(Idx+1); in setJumpTableEntryInfo()308 JumpTableEntryInfo[Idx] = std::make_pair(Size, PCRelSym); in setJumpTableEntryInfo()380 SmallVector<std::pair<unsigned, MCSymbol *>, 2> JumpTableEntryInfo; variable
271 auto It = JumpTableEntryInfo.find(Idx); in getJumpTableEntrySize()272 if (It != JumpTableEntryInfo.end()) in getJumpTableEntrySize()277 return JumpTableEntryInfo.find(Idx)->second.second; in getJumpTableEntryPCRelSymbol()280 JumpTableEntryInfo[Idx] = std::make_pair(Size, PCRelSym); in setJumpTableEntryInfo()333 DenseMap<int, std::pair<unsigned, MCSymbol *>> JumpTableEntryInfo; variable
1226 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID); in parseJumpTableIndexOperand() local1227 if (JumpTableEntryInfo == PFS.JumpTableSlots.end()) in parseJumpTableIndexOperand()1230 Dest = MachineOperand::CreateJTI(JumpTableEntryInfo->second); in parseJumpTableIndexOperand()
1912 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID); in parseJumpTableIndexOperand() local1913 if (JumpTableEntryInfo == PFS.JumpTableSlots.end()) in parseJumpTableIndexOperand()1916 Dest = MachineOperand::CreateJTI(JumpTableEntryInfo->second); in parseJumpTableIndexOperand()
1966 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID); in parseJumpTableIndexOperand() local1967 if (JumpTableEntryInfo == PFS.JumpTableSlots.end()) in parseJumpTableIndexOperand()1970 Dest = MachineOperand::CreateJTI(JumpTableEntryInfo->second); in parseJumpTableIndexOperand()