HomeSort by relevance Sort by last modified time
    Searched defs:getGOT (Results 1 - 6 of 6) 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 374 MachinePointerInfo MachinePointerInfo::getGOT() {
375 return MachinePointerInfo(PseudoSourceValue::getGOT());
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 190 LDSection& got = file_format->getGOT();
772 if (&pSection == &(file_format->getGOT())) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 109 LDSection& got = file_format->getGOT();
479 else if (&pSection == &(FileFormat->getGOT())) {
508 X86GOT& X86GNULDBackend::getGOT()
514 const X86GOT& X86GNULDBackend::getGOT() const
564 if (&pSectHdr == &file_format->getGOT())
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 226 if (&pSection == &(file_format->getGOT())) {
422 MipsGOT& MipsGNULDBackend::getGOT()
428 const MipsGOT& MipsGNULDBackend::getGOT() const
452 if (&pSectHdr == &file_format->getGOT())
812 LDSection& got = file_format->getGOT();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 186 LDSection& getGOT() {
191 const LDSection& getGOT() const {

Completed in 625 milliseconds