HomeSort by relevance Sort by last modified time
    Searched refs:hasGOT1 (Results 1 - 17 of 17) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 33 // hasGOT1 - return if this section has any GOT1 entry
34 bool hasGOT1() const;
51 // hasGOT1 - return if this section has any GOT1 entry
52 bool hasGOT1() const;
X86GOTPLT.cpp 35 bool X86_32GOTPLT::hasGOT1() const
74 bool X86_64GOTPLT::hasGOT1() const
X86LDBackend.cpp 498 m_pGOTPLT->hasGOT1() ||
698 m_pGOTPLT->hasGOT1() ||
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 33 // hasGOT1 - return if this section has any GOT1 entry
34 bool hasGOT1() const;
HexagonGOTPLT.cpp 38 bool HexagonGOTPLT::hasGOT1() const
HexagonLDBackend.cpp 317 m_pGOTPLT->hasGOT1() ||
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.h 28 // hasGOT1 - return if this section has any GOT1 entry
29 bool hasGOT1() const;
MipsGOTPLT.cpp 59 bool MipsGOTPLT::hasGOT1() const
MipsGOT.h 74 /// hasGOT1 - return if this got section has any GOT1 entry
75 bool hasGOT1() const;
MipsLDBackend.cpp 179 m_pGOT->hasGOT1() ||
187 if (m_pGOTPLT->hasGOT1()) {
624 if (!m_pGOT->hasGOT1())
MipsGOT.cpp 108 bool MipsGOT::hasGOT1() const
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 79 bool hasGOT1() const;
AArch64LDBackend.cpp 205 m_pGOT->hasGOT1() ||
214 m_pGOTPLT->hasGOT1() ||
219 if (m_pGOT->hasGOT1())
AArch64GOT.cpp 41 bool AArch64GOT::hasGOT1() const
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 67 bool hasGOT1() const;
ARMGOT.cpp 37 bool ARMGOT::hasGOT1() const
ARMLDBackend.cpp 234 m_pGOT->hasGOT1() ||

Completed in 293 milliseconds