Searched refs:EntryCmd (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp1 //===- EntryCmd.cpp -------------------------------------------------------===//
9 #include <mcld/Script/EntryCmd.h>
17 // EntryCmd
19 EntryCmd::EntryCmd(const std::string& pEntry) function in class:EntryCmd
25 EntryCmd::~EntryCmd()
29 void EntryCmd::dump() const
34 void EntryCmd::activate(Module& pModule)
H A DAndroid.mk7 EntryCmd.cpp \
H A DScriptFile.cpp12 #include <mcld/Script/EntryCmd.h>
88 EntryCmd* entry = new EntryCmd(pSymbol);
/frameworks/compile/mclinker/include/mcld/Script/
H A DEntryCmd.h1 //===- EntryCmd.h ---------------------------------------------------------===//
20 /** \class EntryCmd
24 class EntryCmd : public ScriptCommand class in namespace:mcld
27 EntryCmd(const std::string& pEntry);
28 ~EntryCmd();

Completed in 56 milliseconds