Searched refs:addSearchDir (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DLinkerConfig.h88 void addSearchDir(const std::string &pDir);
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DLinkerConfig.h81 void addSearchDir(const std::string &pDir);
/frameworks/compile/mclinker/unittests/
H A DTestLinkerTest.cpp50 m_pLinker->addSearchDir("=/");
H A DReadStageTest.cpp56 m_pLinker->addSearchDir("=/");
/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp233 config->addSearchDir(*sdir);
237 config->addSearchDir("=/lib");
238 config->addSearchDir("=/usr/lib");
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp226 config->addSearchDir(*sdir);
230 config->addSearchDir("=/lib");
231 config->addSearchDir("=/usr/lib");
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.h53 void addSearchDir(const std::string &pPath);
H A DTestLinker.cpp116 void TestLinker::addSearchDir(const std::string &pDirPath) function in class:TestLinker
118 assert(NULL != m_pInfo && "initialize() must be called before addSearchDir");
120 "must setSysRoot before addSearchDir");
/frameworks/compile/libbcc/lib/Support/
H A DLinkerConfig.cpp170 void LinkerConfig::addSearchDir(const std::string &pDirPath) { function in class:LinkerConfig
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DLinkerConfig.cpp163 void LinkerConfig::addSearchDir(const std::string &pDirPath) { function in class:LinkerConfig
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp102 mLinkerConfig->addSearchDir("=/system/lib");

Completed in 161 milliseconds