OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EntryCmd
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Script/
EntryCmd.cpp
1
//===-
EntryCmd
.cpp -------------------------------------------------------===//
9
#include <mcld/Script/
EntryCmd
.h>
17
//
EntryCmd
19
EntryCmd
::
EntryCmd
(const std::string& pEntry)
25
EntryCmd
::~
EntryCmd
()
29
void
EntryCmd
::dump() const
34
void
EntryCmd
::activate(Module& pModule)
/frameworks/compile/mclinker/include/mcld/Script/
EntryCmd.h
1
//===-
EntryCmd
.h ---------------------------------------------------------===//
20
/** \class
EntryCmd
24
class
EntryCmd
: public ScriptCommand
27
EntryCmd
(const std::string& pEntry);
28
~
EntryCmd
();
Completed in 39 milliseconds