We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6af2d commit 5923004Copy full SHA for 5923004
bolt/lib/Rewrite/RewriteInstance.cpp
@@ -1312,7 +1312,9 @@ void RewriteInstance::discoverFileObjects() {
1312
1313
// Annotate functions with code/data markers in AArch64
1314
for (auto &[Address, Type] : MarkerSymbols) {
1315
- auto *BF = BC->getBinaryFunctionContainingAddress(Address, true, true);
+ auto *BF = BC->getBinaryFunctionContainingAddress(Address,
1316
+ /*CheckPastEnd*/ false,
1317
+ /*UseMaxSize*/ true);
1318
1319
if (!BF) {
1320
// Stray marker
0 commit comments