Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3630 uint64_t HotTextEnd = in mapCodeSections() local
3632 HotTextEnd = alignTo(HotTextEnd, BC->PageAlign); in mapCodeSections()
3633 if (HotTextEnd > Address) { in mapCodeSections()
3634 PaddingSize = HotTextEnd - Address; in mapCodeSections()
3635 Address = HotTextEnd; in mapCodeSections()