Searched defs:OutputCmd (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DOutputCmd.cpp1 //===- OutputCmd.cpp -----------------------------------------------------===//
9 #include "mcld/Script/OutputCmd.h"
17 // OutputCmd
19 OutputCmd::OutputCmd(const std::string& pOutputFile) function in class:mcld::OutputCmd
23 OutputCmd::~OutputCmd() {
26 void OutputCmd::dump() const {
30 void OutputCmd::activate(Module& pModule) {
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputCmd.h1 //===- OutputCmd.h --------------------------------------------------------===//
20 /** \class OutputCmd
24 class OutputCmd : public ScriptCommand { class in namespace:mcld
26 explicit OutputCmd(const std::string& pOutputFile);
28 ~OutputCmd();

Completed in 72 milliseconds