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

/frameworks/compile/mclinker/include/mcld/Script/
H A DInputCmd.h1 //===- InputCmd.h ---------------------------------------------------------===//
24 /** \class InputCmd
28 class InputCmd : public ScriptCommand { class in namespace:mcld
30 InputCmd(StringList& pStringList,
37 ~InputCmd();
/frameworks/compile/mclinker/lib/Script/
H A DInputCmd.cpp1 //===- InputCmd.cpp -------------------------------------------------------===//
9 #include "mcld/Script/InputCmd.h"
35 // InputCmd
37 InputCmd::InputCmd(StringList& pStringList, function in class:mcld::InputCmd
54 InputCmd::~InputCmd() {
57 void InputCmd::dump() const {
85 void InputCmd::activate(Module& pModule) {
H A DAndroid.mk10 InputCmd.cpp \
H A DScriptFile.cpp17 #include "mcld/Script/InputCmd.h"
112 m_CommandQueue.push_back(new InputCmd(pStringList,

Completed in 219 milliseconds