OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AArch64GOT
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.cpp
1
//===-
AArch64GOT
.cpp -----------------------------------------------------===//
9
#include "
AArch64GOT
.h"
24
//
AArch64GOT
25
AArch64GOT
::
AArch64GOT
(LDSection& pSection)
29
AArch64GOT
::~
AArch64GOT
() {
32
void
AArch64GOT
::createGOT0() {
38
bool
AArch64GOT
::hasGOT1() const {
42
AArch64GOTEntry*
AArch64GOT
::createGOT()
[
all
...]
AArch64GOT.h
1
//===-
AArch64GOT
.h -------------------------------------------------------===//
32
/** \class
AArch64GOT
54
class
AArch64GOT
: public GOT {
56
explicit
AArch64GOT
(LDSection& pSection);
58
~
AArch64GOT
();
Completed in 62 milliseconds