HomeSort by relevance Sort by last modified time
    Searched defs:GOT (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 1 //===- GOT.cpp ------------------------------------------------------------===//
12 #include <mcld/Target/GOT.h>
22 // GOT
24 GOT::GOT(LDSection& pSection)
29 GOT::~GOT()
33 void GOT::finalizeSectionSize()
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 1 //===- GOT.h --------------------------------------------------------------===//
21 class GOT;
25 /** \class GOT
28 class GOT
31 GOT(LDSection& pSection);
66 virtual ~GOT();
84 /// Before layout, we scan all relocations to determine if GOT entries are
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 41 GOT,
ARMISelLowering.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 183 // and the corresponding GOT and dynamic relocation entry
184 // in .got.plt and .rela.plt.
195 // Symbol needs GOT entry, reserve entry in .got
196 // return if we already create GOT for this symbol
202 // If the GOT is used in statically linked binaries,
203 // the GOT entry is enough and no relocation is needed.
209 // relocation is needed to relocate this GOT entry. Reserve an
218 // set GOT bit
377 // If we first get this GOT entry, we should initialize it
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 36 GOT, // Used on many 32-bit unices in -fPIC mode.
342 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 44 cl::desc("MIPS: Enable GOT larger than 64k."), cl::init(false));
117 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
119 SDValue Load = DAG.getLoad(Ty, DL, DAG.getEntryNode(), GOT,
    [all...]

Completed in 220 milliseconds