Searched refs:X86_64GNULDBackend (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp552 X86_64GNULDBackend::X86_64GNULDBackend(const LinkerConfig& pConfig, function in class:X86_64GNULDBackend
559 X86_64GNULDBackend::~X86_64GNULDBackend()
565 bool X86_64GNULDBackend::initRelocator()
573 X86_64GOT& X86_64GNULDBackend::getGOT()
579 const X86_64GOT& X86_64GNULDBackend::getGOT() const
585 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT()
591 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const
597 llvm::StringRef X86_64GNULDBackend
[all...]
H A DX86Relocator.h191 X86_64Relocator(X86_64GNULDBackend& pParent, const LinkerConfig& pConfig);
195 X86_64GNULDBackend& getTarget()
198 const X86_64GNULDBackend& getTarget() const
230 X86_64GNULDBackend& m_Target;
H A DX86LDBackend.h202 /// X86_64GNULDBackend - linker backend of X86-64 target of GNU ELF format
204 class X86_64GNULDBackend : public X86GNULDBackend class in namespace:mcld
207 X86_64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
209 ~X86_64GNULDBackend();
H A DX86Relocator.cpp1151 X86_64GNULDBackend& ld_backend = pParent.getTarget();
1186 X86_64GNULDBackend& ld_backend = pParent.getTarget();
1243 X86_64GNULDBackend& ld_backend = pParent.getTarget();
1289 X86_64Relocator::X86_64Relocator(X86_64GNULDBackend& pParent,
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp39 m_pLDBackend = new X86_64GNULDBackend( *m_pConfig, m_pInfo );

Completed in 86 milliseconds