Searched defs:applyPLT1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp100 void AArch64PLT::applyPLT1() { function in class:mcld::AArch64PLT
109 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp95 void ARMPLT::applyPLT1() { function in class:mcld::ARMPLT
104 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp164 void X86_32PLT::applyPLT1() { function in class:mcld::X86_32PLT
169 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
247 void X86_64PLT::applyPLT1() { function in class:mcld::X86_64PLT
252 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp119 void HexagonPLT::applyPLT1() { function in class:mcld::HexagonPLT
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");

Completed in 126 milliseconds