Searched refs:X86_32GNULDBackend (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp352 X86_32GNULDBackend::X86_32GNULDBackend(const LinkerConfig& pConfig, function in class:X86_32GNULDBackend
359 X86_32GNULDBackend::~X86_32GNULDBackend()
365 bool X86_32GNULDBackend::initRelocator()
373 void X86_32GNULDBackend::initTargetSections(Module& pModule,
403 X86_32GOT& X86_32GNULDBackend::getGOT()
409 const X86_32GOT& X86_32GNULDBackend::getGOT() const
415 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT()
421 const X86_32GOTPLT& X86_32GNULDBackend
[all...]
H A DX86Relocator.h132 X86_32Relocator(X86_32GNULDBackend& pParent, const LinkerConfig& pConfig);
136 X86_32GNULDBackend& getTarget()
139 const X86_32GNULDBackend& getTarget() const
174 X86_32GNULDBackend& m_Target;
H A DX86LDBackend.h159 /// X86_32GNULDBackend - linker backend of X86-32 target of GNU ELF format
161 class X86_32GNULDBackend : public X86GNULDBackend class in namespace:mcld
164 X86_32GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
166 ~X86_32GNULDBackend();
H A DX86Relocator.cpp38 X86_32GNULDBackend& ld_backend = pParent.getTarget();
72 X86_32GNULDBackend& ld_backend = pParent.getTarget();
118 X86_32GNULDBackend& ld_backend = pParent.getTarget();
298 X86_32Relocator::X86_32Relocator(X86_32GNULDBackend& pParent,

Completed in 51 milliseconds