Searched defs:X86_32GNULDBackend (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h153 /// X86_32GNULDBackend - linker backend of X86-32 target of GNU ELF format
155 class X86_32GNULDBackend : public X86GNULDBackend class in namespace:mcld
158 X86_32GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
160 ~X86_32GNULDBackend();
H A DX86LDBackend.cpp302 X86_32GNULDBackend::X86_32GNULDBackend(const LinkerConfig& pConfig, function in class:X86_32GNULDBackend
309 X86_32GNULDBackend::~X86_32GNULDBackend()
315 bool X86_32GNULDBackend::initRelocator()
323 void X86_32GNULDBackend::initTargetSections(Module& pModule,
354 X86_32GOT& X86_32GNULDBackend::getGOT()
360 const X86_32GOT& X86_32GNULDBackend::getGOT() const
366 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT()
372 const X86_32GOTPLT& X86_32GNULDBackend
[all...]

Completed in 162 milliseconds