Lines Matching refs:OutputFormatCmd
1 //===- OutputFormatCmd.cpp ------------------------------------------------===//
9 #include "mcld/Script/OutputFormatCmd.h"
15 // OutputFormatCmd
17 OutputFormatCmd::OutputFormatCmd(const std::string& pFormat)
22 OutputFormatCmd::OutputFormatCmd(const std::string& pDefault,
31 OutputFormatCmd::~OutputFormatCmd() {
34 void OutputFormatCmd::dump() const {
45 void OutputFormatCmd::activate(Module& pModule) {