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

/frameworks/compile/libbcc/include/bcc/Support/
H A DLinkerConfig.h82 void setSysRoot(const std::string &pSysRoot);
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DLinkerConfig.h75 void setSysRoot(const std::string &pSysRoot);
/frameworks/compile/mclinker/unittests/
H A DTestLinkerTest.cpp49 m_pLinker->setSysRoot(path);
H A DReadStageTest.cpp55 m_pLinker->setSysRoot(path);
/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.h55 void setSysRoot(const mcld::sys::fs::Path &pPath);
H A DTestLinker.cpp120 "must setSysRoot before addSearchDir");
135 void TestLinker::setSysRoot(const mcld::sys::fs::Path &pPath) function in class:TestLinker
137 assert(NULL != m_pInfo && "initialize() must be called before setSysRoot");
/frameworks/compile/libbcc/lib/Support/
H A DLinkerConfig.cpp110 void LinkerConfig::setSysRoot(const std::string &pSysRoot) { function in class:LinkerConfig
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DLinkerConfig.cpp103 void LinkerConfig::setSysRoot(const std::string &pSysRoot) { function in class:LinkerConfig
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp101 mLinkerConfig->setSysRoot(mAndroidSysroot);
/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp210 config->setSysRoot(OptSysRoot);
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp203 config->setSysRoot(OptSysRoot);

Completed in 1780 milliseconds