Searched defs:pLinker (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp193 void HexagonRelocator::scanRelocation(Relocation &pReloc, IRBuilder &pLinker, argument
211 scanLocalReloc(pReloc, pLinker, pModule, pSection);
213 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp181 IRBuilder& pLinker,
200 scanLocalReloc(pReloc, pLinker, pModule, pSection);
202 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
180 scanRelocation(Relocation& pReloc, IRBuilder& pLinker, Module& pModule, LDSection& pSection, Input& pInput) argument

Completed in 3659 milliseconds