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

  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 1 //===- GOT.cpp ------------------------------------------------------------===//
9 #include <mcld/Target/GOT.h>
28 // GOT
29 GOT::GOT(LDSection& pSection,
37 GOT::~GOT()
41 size_t GOT::getEntrySize() const
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 1 //===- GOT.h --------------------------------------------------------------===//
21 class GOT;
59 /** \class GOT
62 class GOT
65 GOT(LDSection& pSection,
70 virtual ~GOT();
86 /// Before layout, we scan all relocations to determine if GOT entries are
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 41 GOT,
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 36 GOT, // Used on many 32-bit unices in -fPIC mode.
263 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 1225 milliseconds