OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputFormatCmd
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Script/
OutputFormatCmd.cpp
1
//===-
OutputFormatCmd
.cpp ------------------------------------------------===//
9
#include "mcld/Script/
OutputFormatCmd
.h"
15
//
OutputFormatCmd
17
OutputFormatCmd
::
OutputFormatCmd
(const std::string& pFormat)
22
OutputFormatCmd
::
OutputFormatCmd
(const std::string& pDefault,
31
OutputFormatCmd
::~
OutputFormatCmd
() {
34
void
OutputFormatCmd
::dump() const
[
all
...]
ScriptFile.cpp
21
#include "mcld/Script/
OutputFormatCmd
.h"
98
m_CommandQueue.push_back(new
OutputFormatCmd
(pName));
104
m_CommandQueue.push_back(new
OutputFormatCmd
(pDefault, pBig, pLittle));
/frameworks/compile/mclinker/include/mcld/Script/
OutputFormatCmd.h
1
//===-
OutputFormatCmd
.h --------------------------------------------------===//
21
/** \class
OutputFormatCmd
25
class
OutputFormatCmd
: public ScriptCommand {
32
explicit
OutputFormatCmd
(const std::string& pFormat);
33
OutputFormatCmd
(const std::string& pDefault,
36
~
OutputFormatCmd
();
Completed in 46 milliseconds