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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h62 // hasPLT1 - return if this plt section has any plt1 entry
63 bool hasPLT1() const;
H A DARMPLT.cpp42 bool ARMPLT::hasPLT1() const function in class:ARMPLT
H A DARMLDBackend.cpp220 if (m_pPLT->hasPLT1())
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h76 // hasPLT1 - return if this PLT has any PLT1 entry
77 bool hasPLT1() const;
H A DHexagonPLT.cpp96 bool HexagonPLT::hasPLT1() const function in class:HexagonPLT
H A DHexagonLDBackend.cpp93 if (m_pPLT->hasPLT1())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.h119 // hasPLT1 - return if this PLT has any PLT1 entry
120 bool hasPLT1() const;
H A DX86PLT.cpp126 bool X86PLT::hasPLT1() const function in class:X86PLT
H A DX86LDBackend.cpp92 if (m_pPLT->hasPLT1())

Completed in 70 milliseconds