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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 124 virtual void applyPLT0() = 0;
156 void applyPLT0();
177 void applyPLT0();
X86PLT.cpp 158 void X86_32PLT::applyPLT0()
244 void X86_64PLT::applyPLT0()
X86LDBackend.cpp 183 m_pPLT->applyPLT0();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 69 void applyPLT0();
ARMPLT.cpp 66 void ARMPLT::applyPLT0()
84 "FragmentList is empty, applyPLT0 failed!");
ARMLDBackend.cpp 272 m_pPLT->applyPLT0();
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 73 void applyPLT0();
AArch64PLT.cpp 67 void AArch64PLT::applyPLT0()
72 "FragmentList is empty, applyPLT0 failed!");
AArch64LDBackend.cpp 253 m_pPLT->applyPLT0();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 81 void applyPLT0();
HexagonPLT.cpp 105 void HexagonPLT::applyPLT0()
HexagonLDBackend.cpp 157 m_pPLT->applyPLT0();
    [all...]

Completed in 411 milliseconds