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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 70 void applyPLT1();
ARMPLT.cpp 178 void ARMPLT::applyPLT1() {
188 assert(it!=ie && "FragmentList is empty, applyPLT1 failed!");
ARMLDBackend.cpp 146 m_pPLT->applyPLT1();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 72 void applyPLT1();
X86PLT.cpp 205 void X86PLT::applyPLT1() {
215 assert(it!=ie && "FragmentList is empty, applyPLT1 failed!");
X86LDBackend.cpp 459 m_pPLT->applyPLT1();

Completed in 97 milliseconds