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

/frameworks/compile/mclinker/lib/Core/
H A DLinkerScript.cpp23 return m_SearchDirs.sysroot();
27 m_SearchDirs.setSysRoot(pSysroot);
/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h73 const SearchDirs& directories() const { return m_SearchDirs; }
74 SearchDirs& directories() { return m_SearchDirs; }
104 SearchDirs m_SearchDirs; member in class:mcld::LinkerScript
/frameworks/compile/mclinker/lib/MC/
H A DCommandAction.cpp46 : InputAction(pPosition), m_Namespec(pNamespec), m_SearchDirs(pSearchDirs) {
58 path = m_SearchDirs.find(namespec(), Input::Archive);
62 path = m_SearchDirs.find(namespec(), Input::DynObj);
66 path = m_SearchDirs.find(namespec(), Input::Archive);
243 m_SearchDirs(pSearchDirs) {
250 const sys::fs::Path* res = m_SearchDirs.find(m_FileName, Input::Script);
/frameworks/compile/mclinker/include/mcld/MC/
H A DCommandAction.h55 const SearchDirs& m_SearchDirs; member in class:mcld::NamespecAction
181 const SearchDirs& m_SearchDirs; member in class:mcld::ScriptAction

Completed in 445 milliseconds