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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h26 /// X86GNULDBackend - linker backend of X86 target of GNU ELF format
28 class X86GNULDBackend : public GNULDBackend class in namespace:mcld
31 X86GNULDBackend(const LinkerConfig& pConfig,
35 ~X86GNULDBackend();
161 class X86_32GNULDBackend : public X86GNULDBackend
204 class X86_64GNULDBackend : public X86GNULDBackend
H A DX86LDBackend.cpp34 // X86GNULDBackend
36 X86GNULDBackend::X86GNULDBackend(const LinkerConfig& pConfig, function in class:X86GNULDBackend
66 X86GNULDBackend::~X86GNULDBackend()
75 const Relocator* X86GNULDBackend::getRelocator() const
81 Relocator* X86GNULDBackend::getRelocator()
87 void X86GNULDBackend::doPreLayout(IRBuilder& pBuilder)
120 void X86GNULDBackend::doPostLayout(Module& pModule,
127 X86ELFDynamic& X86GNULDBackend
[all...]

Completed in 22 milliseconds