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

/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h281 const RpathList& getRpathList() const { return m_RpathList; }
282 RpathList& getRpathList() { return m_RpathList; }
284 const_rpath_iterator rpath_begin() const { return m_RpathList.begin(); }
285 rpath_iterator rpath_begin() { return m_RpathList.begin(); }
286 const_rpath_iterator rpath_end() const { return m_RpathList.end(); }
287 rpath_iterator rpath_end() { return m_RpathList.end(); }
387 RpathList m_RpathList; member in class:mcld::GeneralOptions::HashStyle

Completed in 115 milliseconds