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

/frameworks/compile/mclinker/lib/Script/
H A DSearchDirCmd.cpp1 //===- SearchDirCmd.cpp ---------------------------------------------------===//
9 #include "mcld/Script/SearchDirCmd.h"
18 // SearchDirCmd
20 SearchDirCmd::SearchDirCmd(const std::string& pPath) function in class:mcld::SearchDirCmd
24 SearchDirCmd::~SearchDirCmd() {
27 void SearchDirCmd::dump() const {
31 void SearchDirCmd::activate(Module& pModule) {
/frameworks/compile/mclinker/include/mcld/Script/
H A DSearchDirCmd.h1 //===- SearchDirCmd.h -----------------------------------------------------===//
20 /** \class SearchDirCmd
24 class SearchDirCmd : public ScriptCommand { class in namespace:mcld
26 explicit SearchDirCmd(const std::string& pPath);
27 ~SearchDirCmd();

Completed in 1070 milliseconds