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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 128 virtual void applyPLT1() = 0;
163 void applyPLT1();
184 void applyPLT1();
X86PLT.cpp 202 void X86_32PLT::applyPLT1()
208 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
288 void X86_64PLT::applyPLT1()
294 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
X86LDBackend.cpp 177 m_pPLT->applyPLT1();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 73 void applyPLT1();
ARMPLT.cpp 130 void ARMPLT::applyPLT1() {
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
ARMLDBackend.cpp 252 m_pPLT->applyPLT1();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 85 void applyPLT1();
HexagonPLT.cpp 147 void HexagonPLT::applyPLT1() {
157 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
HexagonLDBackend.cpp 152 m_pPLT->applyPLT1();
    [all...]

Completed in 726 milliseconds