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 75 /// initRelocator - create and initialize Relocator.
76 virtual bool initRelocator() = 0;
173 /// initRelocator - create and initialize Relocator.
174 bool initRelocator();
213 /// initRelocator - create and initialize Relocator.
214 bool initRelocator();
X86LDBackend.cpp 315 bool X86_32GNULDBackend::initRelocator()
463 bool X86_64GNULDBackend::initRelocator()
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 64 virtual bool initRelocator() = 0;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 54 /// initRelocator - create and initialize Relocator.
55 bool initRelocator();
ARMLDBackend.cpp 189 bool ARMGNULDBackend::initRelocator()
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 42 /// initRelocator - create and initialize Relocator.
43 bool initRelocator();
MipsLDBackend.cpp 99 bool MipsGNULDBackend::initRelocator()
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 82 /// initRelocator - create and initialize Relocator.
83 bool initRelocator();
HexagonLDBackend.cpp 66 bool HexagonLDBackend::initRelocator()
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 99 m_LDBackend.initRelocator();

Completed in 1381 milliseconds