HomeSort by relevance Sort by last modified time
    Searched refs:X86_64GNULDBackend (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 552 X86_64GNULDBackend::X86_64GNULDBackend(const LinkerConfig& pConfig,
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::createCIERegionForPLT(
    [all...]
X86Relocator.h 191 X86_64Relocator(X86_64GNULDBackend& pParent, const LinkerConfig& pConfig);
195 X86_64GNULDBackend& getTarget()
198 const X86_64GNULDBackend& getTarget() const
230 X86_64GNULDBackend& m_Target;
X86LDBackend.h 202 /// X86_64GNULDBackend - linker backend of X86-64 target of GNU ELF format
204 class X86_64GNULDBackend : public X86GNULDBackend
207 X86_64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
209 ~X86_64GNULDBackend();
X86Relocator.cpp     [all...]
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 39 m_pLDBackend = new X86_64GNULDBackend( *m_pConfig, m_pInfo );

Completed in 66 milliseconds