OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputArchCmd
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Script/
OutputArchCmd.cpp
1
//===-
OutputArchCmd
.cpp --------------------------------------------------===//
9
#include "mcld/Script/
OutputArchCmd
.h"
15
//
OutputArchCmd
17
OutputArchCmd
::
OutputArchCmd
(const std::string& pArch)
21
OutputArchCmd
::~
OutputArchCmd
() {
24
void
OutputArchCmd
::dump() const {
28
void
OutputArchCmd
::activate(Module& pModule) {
ScriptFile.cpp
19
#include "mcld/Script/
OutputArchCmd
.h"
137
m_CommandQueue.push_back(new
OutputArchCmd
(pArch));
/frameworks/compile/mclinker/include/mcld/Script/
OutputArchCmd.h
1
//===-
OutputArchCmd
.h ----------------------------------------------------===//
20
/** \class
OutputArchCmd
24
class
OutputArchCmd
: public ScriptCommand {
26
explicit
OutputArchCmd
(const std::string& pArch);
27
~
OutputArchCmd
();
Completed in 499 milliseconds