Home | History | Annotate | Download | only in Script

Lines Matching refs:OutputFormatCmd

1 //===- OutputFormatCmd.cpp ------------------------------------------------===//
9 #include <mcld/Script/OutputFormatCmd.h>
15 // OutputFormatCmd
17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat)
23 OutputFormatCmd::OutputFormatCmd(const std::string& pDefault,
33 OutputFormatCmd::~OutputFormatCmd()
37 void OutputFormatCmd::dump() const
49 void OutputFormatCmd::activate(Module& pModule)