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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 119 /// initRelocator - create and initialize Relocator.
120 virtual bool initRelocator() = 0;
258 /// initRelocator - create and initialize Relocator.
259 bool initRelocator();
312 /// initRelocator - create and initialize Relocator.
313 bool initRelocator();
X86LDBackend.cpp 408 bool X86_32GNULDBackend::initRelocator()
995 bool X86_64GNULDBackend::initRelocator()
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 76 /// initRelocator - create and initialize Relocator.
77 bool initRelocator();
HexagonLDBackend.cpp 56 bool HexagonLDBackend::initRelocator()
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 64 virtual bool initRelocator() = 0;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 47 /// initRelocator - create and initialize Relocator.
48 bool initRelocator();
MipsLDBackend.cpp 99 bool MipsGNULDBackend::initRelocator()
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 97 /// initRelocator - create and initialize Relocator.
98 bool initRelocator();
ARMLDBackend.cpp 187 bool ARMGNULDBackend::initRelocator()
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 97 m_LDBackend.initRelocator();

Completed in 57 milliseconds