Searched refs:applyPLT1 (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.h126 virtual void applyPLT1() = 0;
158 void applyPLT1();
179 void applyPLT1();
H A DX86PLT.cpp181 void X86_32PLT::applyPLT1() function in class:X86_32PLT
187 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
267 void X86_64PLT::applyPLT1() function in class:X86_64PLT
273 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
H A DX86LDBackend.cpp184 m_pPLT->applyPLT1();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.h71 void applyPLT1();
H A DARMPLT.cpp100 void ARMPLT::applyPLT1() function in class:ARMPLT
110 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
H A DARMLDBackend.cpp273 m_pPLT->applyPLT1();
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.h75 void applyPLT1();
H A DAArch64PLT.cpp102 void AArch64PLT::applyPLT1() function in class:AArch64PLT
112 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
H A DAArch64LDBackend.cpp254 m_pPLT->applyPLT1();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.h83 void applyPLT1();
H A DHexagonPLT.cpp130 void HexagonPLT::applyPLT1() { function in class:HexagonPLT
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
H A DHexagonLDBackend.cpp158 m_pPLT->applyPLT1();

Completed in 158 milliseconds