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

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 47 const PseudoSourceValue *PseudoSourceValue::getGOT()
85 if (this == getGOT() ||
94 this == getGOT() ||
102 if (this == getGOT() ||
MachineInstr.cpp 412 MachinePointerInfo MachinePointerInfo::getGOT() {
413 return MachinePointerInfo(PseudoSourceValue::getGOT());
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 111 HexagonGOT& HexagonLDBackend::getGOT()
117 const HexagonGOT& HexagonLDBackend::getGOT() const
164 if (&pSectHdr == &file_format->getGOT()) {
182 LDSection& got = file_format->getGOT();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 98 LDSection& got = file_format->getGOT();
817 if (&pSection == &(file_format->getGOT())) {
880 ARMGOT& ARMGNULDBackend::getGOT()
886 const ARMGOT& ARMGNULDBackend::getGOT() const
933 if (&pSectHdr == &file_format->getGOT()) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 61 LDSection& got = file_format->getGOT();
203 if (&pSection == &(file_format->getGOT())) {
573 MipsGOT& MipsGNULDBackend::getGOT()
579 const MipsGOT& MipsGNULDBackend::getGOT() const
602 if (&pSectHdr == &file_format->getGOT())
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 289 else if (&pSection == &(FileFormat->getGOT())) {
346 if (&pSectHdr == &file_format->getGOT()) {
789 LDSection& got = file_format->getGOT();
814 X86_32GOT& X86_32GNULDBackend::getGOT()
820 const X86_32GOT& X86_32GNULDBackend::getGOT() const
1003 X86_64GOT& X86_64GNULDBackend::getGOT()
1009 const X86_64GOT& X86_64GNULDBackend::getGOT() const
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 198 LDSection& getGOT() {
203 const LDSection& getGOT() const {

Completed in 70 milliseconds