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

/frameworks/compile/mclinker/lib/Script/
H A DOutputCmd.cpp1 //===- OutputCmd.cpp -----------------------------------------------------===//
9 #include <mcld/Script/OutputCmd.h>
17 // OutputCmd
19 OutputCmd::OutputCmd(const std::string& pOutputFile) function in class:OutputCmd
25 OutputCmd::~OutputCmd()
29 void OutputCmd::dump() const
34 void OutputCmd::activate(Module& pModule)
H A DAndroid.mk17 OutputCmd.cpp \
H A DScriptFile.cpp15 #include <mcld/Script/OutputCmd.h>
121 m_CommandQueue.push_back(new OutputCmd(pFileName));
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputCmd.h1 //===- OutputCmd.h --------------------------------------------------------===//
20 /** \class OutputCmd
24 class OutputCmd : public ScriptCommand class in namespace:mcld
27 OutputCmd(const std::string& pOutputFile);
29 ~OutputCmd();

Completed in 300 milliseconds