Searched refs:AArch64LongBranchStub (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LongBranchStub.cpp1 //===- 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) function in class:mcld::AArch64LongBranchStub
66 AArch64LongBranchStub::AArch64LongBranchStub(cons function in class:mcld::AArch64LongBranchStub
[all...]
H A DAArch64LongBranchStub.h1 //===- AArch64LongBranchStub.h --------------------------------------------===//
24 class AArch64LongBranchStub : public Stub { class in namespace:mcld
26 explicit AArch64LongBranchStub(bool pIsOutputPIC);
28 ~AArch64LongBranchStub();
48 AArch64LongBranchStub(const uint32_t* pData,
65 DISALLOW_IMPLICIT_CONSTRUCTORS(AArch64LongBranchStub);
H A DAArch64LDBackend.cpp17 #include "AArch64LongBranchStub.h"
510 factory->addPrototype(new AArch64LongBranchStub(config().isCodeIndep()));

Completed in 49 milliseconds