Searched refs:pObjectPath (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
H A DLinker.h85 enum ErrorCode addObject(const std::string &pObjectPath);
/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h78 enum ErrorCode addObject(const std::string &pObjectPath);
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp207 enum Linker::ErrorCode Linker::addObject(const std::string &pObjectPath) { argument
208 mcld::Input* input = mLDInfo->inputFactory().produce(pObjectPath,
209 pObjectPath,
216 return openFile(pObjectPath, kOpenObjectFile, *input);
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp200 enum Linker::ErrorCode Linker::addObject(const std::string &pObjectPath) { argument
201 mcld::Input* input = mLDInfo->inputFactory().produce(pObjectPath,
202 pObjectPath,
209 return openFile(pObjectPath, kOpenObjectFile, *input);

Completed in 66 milliseconds