Searched defs:SearchDirs (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp1 //===- SearchDirs.cpp -----------------------------------------------------===//
9 #include <mcld/MC/SearchDirs.h>
25 // SearchDirs
27 SearchDirs::SearchDirs() function in class:SearchDirs
34 SearchDirs::SearchDirs(const sys::fs::Path& pSysRoot) function in class:SearchDirs
41 SearchDirs::~SearchDirs()
49 bool SearchDirs
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h1 //===- SearchDirs.h -------------------------------------------------------===//
25 /** \class SearchDirs
26 * \brief SearchDirs contains the list of paths that MCLinker will search for
29 * SearchDirs is customized for linking. It handles -L on the command line
34 class SearchDirs : private Uncopyable class in namespace:mcld
42 SearchDirs();
44 SearchDirs(const sys::fs::Path& pSysRoot);
46 ~SearchDirs();

Completed in 59 milliseconds