Searched refs:pLinker (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 123 LDSymbol& defineSymbolforCopyReloc(IRBuilder& pLinker,
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64Relocator.h | 121 LDSymbol& defineSymbolforCopyReloc(IRBuilder& pLinker,
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 124 LDSymbol& defineSymbolforCopyReloc(IRBuilder& pLinker,
|
D | HexagonRelocator.cpp | 196 IRBuilder& pLinker, in scanRelocation() argument 216 scanLocalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation() 218 scanGlobalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.h | 94 LDSymbol& defineSymbolforCopyReloc(IRBuilder& pLinker,
|
D | X86Relocator.cpp | 161 IRBuilder& pLinker, in scanRelocation() argument 179 scanLocalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation() 181 scanGlobalReloc(pReloc, pLinker, pModule, pSection); in scanRelocation()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 416 virtual void doPostLayout(Module& pModule, IRBuilder& pLinker) = 0;
|