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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 126 virtual void applyPLT0() = 0;
161 void applyPLT0();
182 void applyPLT0();
X86PLT.cpp 179 void X86_32PLT::applyPLT0()
265 void X86_64PLT::applyPLT0()
X86LDBackend.cpp 176 m_pPLT->applyPLT0();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 71 void applyPLT0();
ARMPLT.cpp 96 void ARMPLT::applyPLT0() {
114 "FragmentList is empty, applyPLT0 failed!");
ARMLDBackend.cpp 251 m_pPLT->applyPLT0();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 83 void applyPLT0();
HexagonPLT.cpp 122 void HexagonPLT::applyPLT0()
HexagonLDBackend.cpp 151 m_pPLT->applyPLT0();
    [all...]

Completed in 573 milliseconds