OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AArch64GNULDBackend
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp
51
//
AArch64GNULDBackend
53
AArch64GNULDBackend
::
AArch64GNULDBackend
(const LinkerConfig& pConfig,
66
AArch64GNULDBackend
::~
AArch64GNULDBackend
() {
88
void
AArch64GNULDBackend
::initTargetSections(Module& pModule,
125
void
AArch64GNULDBackend
::initTargetSymbols(IRBuilder& pBuilder,
143
bool
AArch64GNULDBackend
::initRelocator() {
150
const Relocator*
AArch64GNULDBackend
::getRelocator() const {
155
Relocator*
AArch64GNULDBackend
::getRelocator()
[
all
...]
AArch64Relocator.h
67
AArch64Relocator(
AArch64GNULDBackend
& pParent, const LinkerConfig& pConfig);
72
AArch64GNULDBackend
& getTarget() { return m_Target; }
74
const
AArch64GNULDBackend
& getTarget() const { return m_Target; }
134
AArch64GNULDBackend
& m_Target;
AArch64LDBackend.h
25
///
AArch64GNULDBackend
- linker backend of AArch64 target of GNU ELF format
27
class
AArch64GNULDBackend
: public GNULDBackend {
36
AArch64GNULDBackend
(const LinkerConfig& pConfig, GNUInfo* pInfo);
37
~
AArch64GNULDBackend
();
AArch64LongBranchStub.cpp
88
if ((branch_offset >
AArch64GNULDBackend
::MAX_FWD_BRANCH_OFFSET) ||
89
(branch_offset <
AArch64GNULDBackend
::MAX_BWD_BRANCH_OFFSET)) {
98
return ((imm <=
AArch64GNULDBackend
::MAX_ADRP_IMM) &&
99
(imm >=
AArch64GNULDBackend
::MIN_ADRP_IMM));
AArch64RelocationHelpers.h
96
AArch64GNULDBackend
& ld_backend = pParent.getTarget();
122
AArch64GNULDBackend
& ld_backend = pParent.getTarget();
162
AArch64GNULDBackend
& ld_backend = pParent.getTarget();
AArch64Relocator.cpp
64
AArch64Relocator::AArch64Relocator(
AArch64GNULDBackend
& pParent,
Completed in 142 milliseconds