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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.h 30 // hasPLT1 - return if this PLT has any PLTA/PLTB entries
31 bool hasPLT1() const;
MipsPLT.cpp 85 bool MipsPLT::hasPLT1() const
MipsLDBackend.cpp 193 if (m_pPLT->hasPLT1())
230 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 62 // hasPLT1 - return if this plt section has any plt1 entry
63 bool hasPLT1() const;
ARMPLT.cpp 39 bool ARMPLT::hasPLT1() const
ARMLDBackend.cpp 241 if (m_pPLT->hasPLT1())
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 66 // hasPLT1 - return if this plt section has any plt1 entry
67 bool hasPLT1() const;
AArch64PLT.cpp 40 bool AArch64PLT::hasPLT1() const
AArch64LDBackend.cpp 224 if (m_pPLT->hasPLT1())
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 76 // hasPLT1 - return if this PLT has any PLT1 entry
77 bool hasPLT1() const;
HexagonPLT.cpp 95 bool HexagonPLT::hasPLT1() const
HexagonLDBackend.cpp 100 if (m_pPLT->hasPLT1())
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 119 // hasPLT1 - return if this PLT has any PLT1 entry
120 bool hasPLT1() const;
X86PLT.cpp 122 bool X86PLT::hasPLT1() const
X86LDBackend.cpp 99 if (m_pPLT->hasPLT1())

Completed in 300 milliseconds