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

/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp206 bool ConfigLinker(Linker &pLinker, const std::string &pOutputFilename) { argument
265 Linker::ErrorCode result = pLinker.config(*config);
276 bool PrepareInputOutput(Linker &pLinker, const std::string &pOutputPath) { argument
281 Linker::ErrorCode result = pLinker.setOutput(pOutputPath);
314 result = pLinker.addObject(*file_it);
322 result = pLinker.addNameSpec(*lib_it);
337 static inline bool LinkFiles(Linker &pLinker) { argument
338 Linker::ErrorCode result = pLinker.link();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp101 IRBuilder& pLinker,
119 scanLocalReloc(pReloc, pLinker, pModule, pSection);
121 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
100 scanRelocation(Relocation& pReloc, IRBuilder& pLinker, Module& pModule, LDSection& pSection) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp59 IRBuilder& pLinker,
78 scanLocalReloc(pReloc, pLinker, pModule, pSection);
80 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
58 scanRelocation(Relocation& pReloc, IRBuilder& pLinker, Module& pModule, LDSection& pSection) argument

Completed in 67 milliseconds