HomeSort by relevance Sort by last modified time
    Searched refs:applyPLT1 (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 126 virtual void applyPLT1() = 0;
158 void applyPLT1();
179 void applyPLT1();
X86PLT.cpp 181 void X86_32PLT::applyPLT1()
187 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
267 void X86_64PLT::applyPLT1()
273 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
X86LDBackend.cpp 184 m_pPLT->applyPLT1();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 71 void applyPLT1();
ARMPLT.cpp 100 void ARMPLT::applyPLT1()
110 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
ARMLDBackend.cpp 273 m_pPLT->applyPLT1();
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 75 void applyPLT1();
AArch64PLT.cpp 102 void AArch64PLT::applyPLT1()
112 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
AArch64LDBackend.cpp 254 m_pPLT->applyPLT1();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 83 void applyPLT1();
HexagonPLT.cpp 130 void HexagonPLT::applyPLT1() {
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
HexagonLDBackend.cpp 158 m_pPLT->applyPLT1();
    [all...]

Completed in 1019 milliseconds