Searched defs:AArch64GOT (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.h1 //===- AArch64GOT.h -------------------------------------------------------===//
32 /** \class AArch64GOT
54 class AArch64GOT : public GOT { class in namespace:mcld
56 explicit AArch64GOT(LDSection& pSection);
58 ~AArch64GOT();
H A DAArch64GOT.cpp1 //===- AArch64GOT.cpp -----------------------------------------------------===//
9 #include "AArch64GOT.h"
24 // AArch64GOT
25 AArch64GOT::AArch64GOT(LDSection& pSection) function in class:mcld::AArch64GOT
29 AArch64GOT::~AArch64GOT() {
32 void AArch64GOT::createGOT0() {
38 bool AArch64GOT::hasGOT1() const {
42 AArch64GOTEntry* AArch64GOT
[all...]

Completed in 125 milliseconds