Home
last modified time | relevance | path

Searched refs:hasPLT1 (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsPLT.h32 bool hasPLT1() const;
DMipsPLT.cpp74 bool MipsPLT::hasPLT1() const { in hasPLT1() function in mcld::MipsPLT
DMipsLDBackend.cpp205 if (m_pPLT->hasPLT1()) in doPreLayout()
243 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0); in doPostLayout()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.h56 bool hasPLT1() const;
DARMPLT.cpp38 bool ARMPLT::hasPLT1() const { in hasPLT1() function in mcld::ARMPLT
DARMLDBackend.cpp301 if (m_pPLT->hasPLT1()) in doPreLayout()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.h60 bool hasPLT1() const;
DAArch64PLT.cpp41 bool AArch64PLT::hasPLT1() const { in hasPLT1() function in mcld::AArch64PLT
DAArch64LDBackend.cpp211 if (m_pPLT->hasPLT1()) in doPreLayout()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.h71 bool hasPLT1() const;
DHexagonPLT.cpp87 bool HexagonPLT::hasPLT1() const { in hasPLT1() function in mcld::HexagonPLT
DHexagonLDBackend.cpp96 if (m_pPLT->hasPLT1()) in doPreLayout()
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.h107 bool hasPLT1() const;
DX86PLT.cpp110 bool X86PLT::hasPLT1() const { in hasPLT1() function in mcld::X86PLT
DX86LDBackend.cpp93 if (m_pPLT->hasPLT1()) in doPreLayout()