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

  /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 42 bool ARMPLT::hasPLT1() const
ARMLDBackend.cpp 220 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 96 bool HexagonPLT::hasPLT1() const
HexagonLDBackend.cpp 93 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 126 bool X86PLT::hasPLT1() const
X86LDBackend.cpp 92 if (m_pPLT->hasPLT1())

Completed in 2623 milliseconds