Files
llvm/bolt/lib/Rewrite/RewriteInstance.cpp
YongKang Zhu 5923004f81 [BOLT] Don't check address past end of function for data/code marker annotation (#159210)
We want to annotate function with data and code markers
whose addresses fall within the range of the function, so
setting `CheckPastEnd` to false.
2025-09-25 13:14:02 -07:00

226 KiB