HomeSort by relevance Sort by last modified time
    Searched refs:OutputCmd (Results 1 - 3 of 3) 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)
23 OutputCmd::~OutputCmd() {
26 void OutputCmd::dump() const {
30 void OutputCmd::activate(Module& pModule) {
ScriptFile.cpp 20 #include "mcld/Script/OutputCmd.h"
129 m_CommandQueue.push_back(new OutputCmd(pFileName));
  /frameworks/compile/mclinker/include/mcld/Script/
OutputCmd.h 1 //===- OutputCmd.h --------------------------------------------------------===//
20 /** \class OutputCmd
24 class OutputCmd : public ScriptCommand {
26 explicit OutputCmd(const std::string& pOutputFile);
28 ~OutputCmd();

Completed in 39 milliseconds