Searched refs:initRelocator (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h75 /// initRelocator - create and initialize Relocator.
76 virtual bool initRelocator() = 0;
179 /// initRelocator - create and initialize Relocator.
180 bool initRelocator();
222 /// initRelocator - create and initialize Relocator.
223 bool initRelocator();
H A DX86LDBackend.cpp365 bool X86_32GNULDBackend::initRelocator() function in class:X86_32GNULDBackend
565 bool X86_64GNULDBackend::initRelocator() function in class:X86_64GNULDBackend
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h44 /// initRelocator - create and initialize Relocator.
45 bool initRelocator();
H A DAArch64LDBackend.cpp147 bool AArch64GNULDBackend::initRelocator() function in class:AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h54 /// initRelocator - create and initialize Relocator.
55 bool initRelocator();
H A DARMLDBackend.cpp201 bool ARMGNULDBackend::initRelocator() function in class:ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h249 bool initRelocator();
266 bool initRelocator();
H A DMipsLDBackend.cpp904 bool Mips32GNULDBackend::initRelocator() function in class:Mips32GNULDBackend
953 bool Mips64GNULDBackend::initRelocator() function in class:Mips64GNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h63 virtual bool initRelocator() = 0;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h82 /// initRelocator - create and initialize Relocator.
83 bool initRelocator();
H A DHexagonLDBackend.cpp67 bool HexagonLDBackend::initRelocator() function in class:HexagonLDBackend
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp96 m_LDBackend.initRelocator();

Completed in 3560 milliseconds