HomeSort by relevance Sort by last modified time
    Searched refs:getGOT (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 47 const PseudoSourceValue *PseudoSourceValue::getGOT()
81 if (this == getGOT() ||
90 this == getGOT() ||
98 if (this == getGOT() ||
MachineInstr.cpp 422 MachinePointerInfo MachinePointerInfo::getGOT() {
423 return MachinePointerInfo(PseudoSourceValue::getGOT());
    [all...]
MachineLICM.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.cpp 36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
ARMLDBackend.h 94 ARMGOT& getGOT();
95 const ARMGOT& getGOT() const;
ARMLDBackend.cpp 110 LDSection& got = file_format->getGOT();
345 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
524 ARMGOT& ARMGNULDBackend::getGOT()
530 const ARMGOT& ARMGNULDBackend::getGOT() const
589 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
ARMRelocator.cpp 87 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
100 ARMGOTEntry* got_entry = ld_backend.getGOT().createGOT();
130 return pParent.getTarget().getGOT().addr();
156 ARMGOTEntry* gotplt_entry = ld_backend.getGOT().createGOTPLT();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 47 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
74 return getSymTabNum(pFormat) - m_pParent.getGOT().getGlobalNum();
82 return m_pParent.getGOT().getLocalNum();
MipsRelocator.cpp 268 getTarget().getGOT().initializeScan(pInput);
275 getTarget().getGOT().finalizeScan(pInput);
345 if (getTarget().getGOT().reserveLocalEntry(*rsym,
347 if (getTarget().getGOT().hasMultipleGOT())
421 if (getTarget().getGOT().reserveGlobalEntry(*rsym)) {
422 if (getTarget().getGOT().hasMultipleGOT())
605 return getTarget().getGOT().getGPAddr(getApplyingInput());
618 MipsGOT& got = getTarget().getGOT();
646 MipsGOT& got = getTarget().getGOT();
673 MipsGOT& got = getTarget().getGOT();
    [all...]
MipsLDBackend.h 93 MipsGOT& getGOT();
94 const MipsGOT& getGOT() const;
MipsLDBackend.cpp 269 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
423 MipsGOT& MipsGNULDBackend::getGOT()
429 const MipsGOT& MipsGNULDBackend::getGOT() const
488 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT()))
923 LDSection& got = fileFormat->getGOT();
972 LDSection& got = fileFormat->getGOT();
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 71 static const PseudoSourceValue *getGOT();
MachineMemOperand.h 73 /// getGOT - Return a MachinePointerInfo record that refers to a
75 static MachinePointerInfo getGOT();
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.cpp 44 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
AArch64LDBackend.h 84 AArch64GOT& getGOT();
85 const AArch64GOT& getGOT() const;
AArch64LDBackend.cpp 96 LDSection& got = file_format->getGOT();
294 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
313 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
367 AArch64GOT& AArch64GNULDBackend::getGOT()
373 const AArch64GOT& AArch64GNULDBackend::getGOT() const
AArch64RelocationHelpers.h 169 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
175 return pParent.getTarget().getGOT().addr();
186 AArch64GOTEntry* got_entry = ld_backend.getGOT().createGOT();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 170 X86_32GOT& getGOT();
172 const X86_32GOT& getGOT() const;
213 X86_64GOT& getGOT();
215 const X86_64GOT& getGOT() const;
X86LDBackend.cpp 202 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
258 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
379 LDSection& got = file_format->getGOT();
403 X86_32GOT& X86_32GNULDBackend::getGOT()
409 const X86_32GOT& X86_32GNULDBackend::getGOT() const
573 X86_64GOT& X86_64GNULDBackend::getGOT()
579 const X86_64GOT& X86_64GNULDBackend::getGOT() const
670 LDSection& got = file_format->getGOT();
X86Relocator.cpp 75 X86_32GOTEntry* got_entry = ld_backend.getGOT().create();
110 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
454 X86_32GOTEntry* got_entry1 = getTarget().getGOT().create();
455 X86_32GOTEntry* got_entry2 = getTarget().getGOT().create();
497 X86_32GOTEntry* got_entry = getTarget().getGOT().create();
514 X86_32GOTEntry* got_entry = getTarget().getGOT().create();
705 X86_32GOTEntry* got_entry1 = getTarget().getGOT().create();
706 X86_32GOTEntry* got_entry2 = getTarget().getGOT().create();
749 X86_32GOTEntry* got_entry = getTarget().getGOT().create();
764 X86_32GOTEntry* got_entry = getTarget().getGOT().create()
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 40 HexagonGOT& getGOT();
42 const HexagonGOT& getGOT() const;
HexagonLDBackend.cpp 177 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
239 HexagonGOT& HexagonLDBackend::getGOT()
245 const HexagonGOT& HexagonLDBackend::getGOT() const
406 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
439 LDSection& got = file_format->getGOT();
    [all...]
HexagonRelocator.cpp 62 HexagonGOTEntry *got_entry = ld_backend.getGOT().create();
89 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 195 LDSection& getGOT() {
200 const LDSection& getGOT() const {
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 275 MachinePointerInfo::getGOT(), false, false,

Completed in 2815 milliseconds

1 2