Searched refs:X86_32PLT (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.h57 // X86_32PLT Entry
131 // X86_32PLT
133 /** \class X86_32PLT
136 class X86_32PLT : public X86PLT { class in namespace:mcld
138 X86_32PLT(LDSection& pSection,
H A DX86PLT.cpp133 // X86_32PLT
135 X86_32PLT::X86_32PLT(LDSection& pSection, function in class:mcld::X86_32PLT
142 void X86_32PLT::applyPLT0() {
164 void X86_32PLT::applyPLT1() {
H A DX86LDBackend.cpp360 m_pPLT = new X86_32PLT(plt, *m_pGOTPLT, config());

Completed in 119 milliseconds