Home
last modified time | relevance | path

Searched refs:pLinker (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h123 LDSymbol& defineSymbolforCopyReloc(IRBuilder& pLinker,
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.h130 LDSymbol& defineSymbolforCopyReloc(IRBuilder& pLinker,
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h124 LDSymbol& defineSymbolforCopyReloc(IRBuilder& pLinker,
DHexagonRelocator.cpp196 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/
DX86Relocator.h94 LDSymbol& defineSymbolforCopyReloc(IRBuilder& pLinker,
DX86Relocator.cpp161 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/
DGNULDBackend.h422 virtual void doPostLayout(Module& pModule, IRBuilder& pLinker) = 0;