Searched refs:OutputArchCmd (Results 1 - 4 of 4) 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)
H A DAndroid.mk16 OutputArchCmd.cpp \
H A DScriptFile.cpp17 #include <mcld/Script/OutputArchCmd.h>
131 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
27 OutputArchCmd(const std::string& pArch);
28 ~OutputArchCmd();

Completed in 841 milliseconds