HomeSort by relevance Sort by last modified time
    Searched refs:m_SearchDirs (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Core/
LinkerScript.cpp 26 return m_SearchDirs.sysroot();
31 m_SearchDirs.setSysRoot(pSysroot);
  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 60 const SearchDirs& directories() const { return m_SearchDirs; }
61 SearchDirs& directories() { return m_SearchDirs; }
75 SearchDirs m_SearchDirs;
  /frameworks/compile/mclinker/lib/MC/
CommandAction.cpp 39 : InputAction(pPosition), m_Namespec(pNamespec), m_SearchDirs(pSearchDirs) {
52 path = m_SearchDirs.find(namespec(), Input::Archive);
57 path = m_SearchDirs.find(namespec(), Input::DynObj);
62 path = m_SearchDirs.find(namespec(), Input::Archive);
  /frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h 55 SearchDirs& m_SearchDirs;

Completed in 133 milliseconds