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

/frameworks/compile/mclinker/lib/Target/X86/
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 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...]

Completed in 35 milliseconds