Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LongBranchStub.cpp28 const uint32_t AArch64LongBranchStub::PIC_TEMPLATE[] = {
37 const uint32_t AArch64LongBranchStub::TEMPLATE[] = {
44 const uint32_t AArch64LongBranchStub::ADRP_TEMPLATE[] = {
50 AArch64LongBranchStub::AArch64LongBranchStub(bool pIsOutputPIC) in AArch64LongBranchStub() function in mcld::AArch64LongBranchStub
66 AArch64LongBranchStub::AArch64LongBranchStub(const uint32_t* pData, in AArch64LongBranchStub() function in mcld::AArch64LongBranchStub
78 AArch64LongBranchStub::~AArch64LongBranchStub() { in ~AArch64LongBranchStub()
81 bool AArch64LongBranchStub::isMyDuty(const Relocation& pReloc, in isMyDuty()
102 void AArch64LongBranchStub::applyFixup(Relocation& pSrcReloc, in applyFixup()
125 const std::string& AArch64LongBranchStub::name() const { in name()
129 const uint8_t* AArch64LongBranchStub::getContent() const { in getContent()
[all …]
DAArch64LongBranchStub.h24 class AArch64LongBranchStub : public Stub {
26 explicit AArch64LongBranchStub(bool pIsOutputPIC);
28 ~AArch64LongBranchStub();
48 AArch64LongBranchStub(const uint32_t* pData,
65 DISALLOW_IMPLICIT_CONSTRUCTORS(AArch64LongBranchStub);
DAndroid.bp24 "AArch64LongBranchStub.cpp",
DAArch64LDBackend.cpp510 factory->addPrototype(new AArch64LongBranchStub(config().isCodeIndep())); in initTargetStubs()