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 100 void AArch64PLT::applyPLT1() {
109 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 95 void ARMPLT::applyPLT1() {
104 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 119 void HexagonPLT::applyPLT1() {
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 164 void X86_32PLT::applyPLT1() {
169 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
247 void X86_64PLT::applyPLT1() {
252 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");

Completed in 160 milliseconds