OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_FWD_BRANCH_OFFSET
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h
29
static constexpr int64_t
MAX_FWD_BRANCH_OFFSET
= (((1 << 25) - 1) << 2);
119
int64_t maxFwdBranchOffset() const { return
MAX_FWD_BRANCH_OFFSET
; }
AArch64LongBranchStub.cpp
88
if ((branch_offset > AArch64GNULDBackend::
MAX_FWD_BRANCH_OFFSET
) ||
Completed in 590 milliseconds