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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.h31 // hasPLT1 - return if this PLT has any PLTA/PLTB entries
32 bool hasPLT1() const;
H A DMipsPLT.cpp74 bool MipsPLT::hasPLT1() const { function in class:mcld::MipsPLT
H A DMipsLDBackend.cpp205 if (m_pPLT->hasPLT1())
243 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h55 // hasPLT1 - return if this plt section has any plt1 entry
56 bool hasPLT1() const;
H A DARMPLT.cpp38 bool ARMPLT::hasPLT1() const { function in class:mcld::ARMPLT
H A DARMLDBackend.cpp301 if (m_pPLT->hasPLT1())
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.h59 // hasPLT1 - return if this plt section has any plt1 entry
60 bool hasPLT1() const;
H A DAArch64PLT.cpp41 bool AArch64PLT::hasPLT1() const { function in class:mcld::AArch64PLT
H A DAArch64LDBackend.cpp211 if (m_pPLT->hasPLT1())
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h70 // hasPLT1 - return if this PLT has any PLT1 entry
71 bool hasPLT1() const;
H A DHexagonPLT.cpp87 bool HexagonPLT::hasPLT1() const { function in class:mcld::HexagonPLT
H A DHexagonLDBackend.cpp96 if (m_pPLT->hasPLT1())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.h106 // hasPLT1 - return if this PLT has any PLT1 entry
107 bool hasPLT1() const;
H A DX86PLT.cpp110 bool X86PLT::hasPLT1() const { function in class:mcld::X86PLT
H A DX86LDBackend.cpp93 if (m_pPLT->hasPLT1())

Completed in 3559 milliseconds