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

/frameworks/compile/mclinker/lib/Script/
H A DOutputFormatCmd.cpp1 //===- OutputFormatCmd.cpp ------------------------------------------------===//
9 #include <mcld/Script/OutputFormatCmd.h>
15 // OutputFormatCmd
17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat) function in class:OutputFormatCmd
23 OutputFormatCmd::OutputFormatCmd(const std::string& pDefault, function in class:OutputFormatCmd
33 OutputFormatCmd::~OutputFormatCmd()
37 void OutputFormatCmd
[all...]
H A DAndroid.mk18 OutputFormatCmd.cpp \
H A DScriptFile.cpp13 #include <mcld/Script/OutputFormatCmd.h>
101 m_CommandQueue.push_back(new OutputFormatCmd(pName));
108 m_CommandQueue.push_back(new OutputFormatCmd(pDefault, pBig, pLittle));
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputFormatCmd.h1 //===- OutputFormatCmd.h --------------------------------------------------===//
21 /** \class OutputFormatCmd
25 class OutputFormatCmd : public ScriptCommand class in namespace:mcld
33 OutputFormatCmd(const std::string& pFormat);
34 OutputFormatCmd(const std::string& pDefault,
37 ~OutputFormatCmd();

Completed in 115 milliseconds