HomeSort by relevance Sort by last modified time
    Searched refs:AArch64LongBranchStub (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LongBranchStub.cpp 1 //===- AArch64LongBranchStub.cpp ------------------------------------------===//
10 #include "AArch64LongBranchStub.h"
26 // AArch64LongBranchStub
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)
66 AArch64LongBranchStub::AArch64LongBranchStub(const uint32_t* pData
    [all...]
AArch64LongBranchStub.h 1 //===- AArch64LongBranchStub.h --------------------------------------------===//
24 class AArch64LongBranchStub : public Stub {
26 explicit AArch64LongBranchStub(bool pIsOutputPIC);
28 ~AArch64LongBranchStub();
48 AArch64LongBranchStub(const uint32_t* pData,
65 DISALLOW_IMPLICIT_CONSTRUCTORS(AArch64LongBranchStub);
AArch64LDBackend.cpp 17 #include "AArch64LongBranchStub.h"
510 factory->addPrototype(new AArch64LongBranchStub(config().isCodeIndep()));

Completed in 85 milliseconds