Searched refs:HotAddresses (Results 1 – 2 of 2) sorted by relevance
274 uint64_t HotDot = HotAddresses[&Func]; in tentativeBBLayout()343 HotAddresses[Func] = Func->getAddress(); in tentativeLayoutRelocMode()360 HotAddresses[Func] = DotAddress; in tentativeLayoutRelocMode()385 HotAddresses[Func] = Func->getAddress(); in tentativeLayout()438 auto Iter = HotAddresses.find(TargetFunc); in getSymbolAddress()439 if (Iter == HotAddresses.end() || (TargetFunc && EntryID)) { in getSymbolAddress()
54 FuncAddressesMapTy HotAddresses; variable