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

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 36 // hasGOT1 - return if this section has any GOT1 entry
37 bool hasGOT1() const;
54 // hasGOT1 - return if this section has any GOT1 entry
55 bool hasGOT1() const;
X86GOTPLT.cpp 39 bool X86_32GOTPLT::hasGOT1() const
83 bool X86_64GOTPLT::hasGOT1() const
X86LDBackend.cpp 396 m_pGOTPLT->hasGOT1() ||
544 m_pGOTPLT->hasGOT1() ||
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.h 37 // hasGOT1 - return if this section has any GOT1 entry
38 bool hasGOT1() const;
HexagonGOTPLT.cpp 41 bool HexagonGOTPLT::hasGOT1() const
HexagonLDBackend.cpp 310 m_pGOTPLT->hasGOT1() ||
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 77 bool hasGOT1() const;
ARMGOT.cpp 42 bool ARMGOT::hasGOT1() const
ARMLDBackend.cpp 213 m_pGOT->hasGOT1() ||
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 91 /// hasGOT1 - return if this got section has any GOT1 entry
92 bool hasGOT1() const;
MipsLDBackend.cpp 123 m_pGOT->hasGOT1() ||
369 if (!m_pGOT->hasGOT1())
MipsGOT.cpp 93 bool MipsGOT::hasGOT1() const

Completed in 85 milliseconds