Home
last modified time | relevance | path

Searched refs:HotAddresses (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp274 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()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DLongJmp.h54 FuncAddressesMapTy HotAddresses; variable