Searched refs:fetchParentAddress (Results 1 – 3 of 3) sorted by relevance
104 uint64_t fetchParentAddress(uint64_t Address) const;
273 uint64_t BoltAddressTranslation::fetchParentAddress(uint64_t Address) const { in fetchParentAddress() function in llvm::bolt::BoltAddressTranslation
669 if (const uint64_t HotAddr = BAT->fetchParentAddress(Func.getAddress())) { in getLocationName()