Searched refs:AArch64LongBranchStub (Results 1 – 4 of 4) sorted by relevance
28 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::AArch64LongBranchStub66 AArch64LongBranchStub::AArch64LongBranchStub(const uint32_t* pData, in AArch64LongBranchStub() function in mcld::AArch64LongBranchStub78 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 …]
24 class AArch64LongBranchStub : public Stub {26 explicit AArch64LongBranchStub(bool pIsOutputPIC);28 ~AArch64LongBranchStub();48 AArch64LongBranchStub(const uint32_t* pData,65 DISALLOW_IMPLICIT_CONSTRUCTORS(AArch64LongBranchStub);
24 "AArch64LongBranchStub.cpp",
510 factory->addPrototype(new AArch64LongBranchStub(config().isCodeIndep())); in initTargetStubs()