Searched refs:OutputArchCmd (Results 1 - 3 of 3) 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:mcld::OutputArchCmd
21 OutputArchCmd::~OutputArchCmd() {
24 void OutputArchCmd::dump() const {
28 void OutputArchCmd::activate(Module& pModule) {
H A DScriptFile.cpp19 #include "mcld/Script/OutputArchCmd.h"
137 m_CommandQueue.push_back(new OutputArchCmd(pArch));
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputArchCmd.h1 //===- OutputArchCmd.h ----------------------------------------------------===//
20 /** \class OutputArchCmd
24 class OutputArchCmd : public ScriptCommand { class in namespace:mcld
26 explicit OutputArchCmd(const std::string& pArch);
27 ~OutputArchCmd();

Completed in 607 milliseconds