Searched refs:getEntriesForAddress (Results 1 – 4 of 4) sorted by relevance
37 bolt::JumpTable::getEntriesForAddress(const uint64_t Addr) const { in getEntriesForAddress() function in bolt::JumpTable72 const std::pair<size_t, size_t> Range = getEntriesForAddress(JTAddress); in replaceDestination()
82 const auto Range = JT->getEntriesForAddress(BC.MIB->getJumpTable(*Inst)); in validateSuccessorInvariants()
113 std::pair<size_t, size_t> getEntriesForAddress(const uint64_t Addr) const;
253 JT->getEntriesForAddress(BC.MIB->getJumpTable(Inst)); in getCallTargets() 453 const std::pair<size_t, size_t> Range = JT->getEntriesForAddress(ArrayStart); in maybeGetHotJumpTableTargets()