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

  /frameworks/compile/mclinker/lib/Script/
OutputCmd.cpp 1 //===- OutputCmd.cpp -----------------------------------------------------===//
9 #include <mcld/Script/OutputCmd.h>
17 // OutputCmd
19 OutputCmd::OutputCmd(const std::string& pOutputFile)
25 OutputCmd::~OutputCmd()
29 void OutputCmd::dump() const
34 void OutputCmd::activate(Module& pModule)
  /frameworks/compile/mclinker/include/mcld/Script/
OutputCmd.h 1 //===- OutputCmd.h --------------------------------------------------------===//
20 /** \class OutputCmd
24 class OutputCmd : public ScriptCommand
27 OutputCmd(const std::string& pOutputFile);
29 ~OutputCmd();

Completed in 88 milliseconds