HomeSort by relevance Sort by last modified time
    Searched defs:OutputFormatCmd (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Script/
OutputFormatCmd.cpp 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
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
OutputFormatCmd.h 1 //===- OutputFormatCmd.h --------------------------------------------------===//
21 /** \class OutputFormatCmd
25 class OutputFormatCmd : public ScriptCommand {
32 explicit OutputFormatCmd(const std::string& pFormat);
33 OutputFormatCmd(const std::string& pDefault,
36 ~OutputFormatCmd();

Completed in 169 milliseconds