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 31 // hasPLT1 - return if this PLT has any PLTA/PLTB entries
32 bool hasPLT1() const;
MipsPLT.cpp 74 bool MipsPLT::hasPLT1() const {
MipsLDBackend.cpp 205 if (m_pPLT->hasPLT1())
243 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0);
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 55 // hasPLT1 - return if this plt section has any plt1 entry
56 bool hasPLT1() const;
ARMPLT.cpp 38 bool ARMPLT::hasPLT1() const {
ARMLDBackend.cpp 301 if (m_pPLT->hasPLT1())
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 59 // hasPLT1 - return if this plt section has any plt1 entry
60 bool hasPLT1() const;
AArch64PLT.cpp 41 bool AArch64PLT::hasPLT1() const {
AArch64LDBackend.cpp 211 if (m_pPLT->hasPLT1())
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 70 // hasPLT1 - return if this PLT has any PLT1 entry
71 bool hasPLT1() const;
HexagonPLT.cpp 87 bool HexagonPLT::hasPLT1() const {
HexagonLDBackend.cpp 96 if (m_pPLT->hasPLT1())
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 106 // hasPLT1 - return if this PLT has any PLT1 entry
107 bool hasPLT1() const;
X86PLT.cpp 110 bool X86PLT::hasPLT1() const {
X86LDBackend.cpp 93 if (m_pPLT->hasPLT1())

Completed in 256 milliseconds