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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h 113 virtual void applyPLT1() = 0;
144 void applyPLT1();
164 void applyPLT1();
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!");
X86LDBackend.cpp 173 m_pPLT->applyPLT1();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h 64 void applyPLT1();
ARMPLT.cpp 95 void ARMPLT::applyPLT1() {
104 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
ARMLDBackend.cpp 334 m_pPLT->applyPLT1();
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 68 void applyPLT1();
AArch64PLT.cpp 100 void AArch64PLT::applyPLT1() {
109 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
AArch64LDBackend.cpp 242 m_pPLT->applyPLT1();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 77 void applyPLT1();
HexagonPLT.cpp 119 void HexagonPLT::applyPLT1() {
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
HexagonLDBackend.cpp 151 m_pPLT->applyPLT1();
    [all...]

Completed in 1232 milliseconds