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

/frameworks/compile/mclinker/lib/Script/
H A DOutputArchCmd.cpp1 //===- OutputArchCmd.cpp --------------------------------------------------===//
9 #include <mcld/Script/OutputArchCmd.h>
15 // OutputArchCmd
17 OutputArchCmd::OutputArchCmd(const std::string& pArch) function in class:OutputArchCmd
23 OutputArchCmd::~OutputArchCmd()
27 void OutputArchCmd::dump() const
32 void OutputArchCmd::activate(Module& pModule)
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputArchCmd.h1 //===- OutputArchCmd.h ----------------------------------------------------===//
20 /** \class OutputArchCmd
24 class OutputArchCmd : public ScriptCommand class in namespace:mcld
27 OutputArchCmd(const std::string& pArch);
28 ~OutputArchCmd();

Completed in 97 milliseconds