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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 102 void AArch64PLT::applyPLT1()
112 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 100 void ARMPLT::applyPLT1()
110 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 130 void HexagonPLT::applyPLT1() {
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
  /frameworks/compile/mclinker/lib/Target/X86/
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!");

Completed in 70 milliseconds