Searched defs:SectionsCmd (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp1 //===- SectionsCmd.cpp ----------------------------------------------------===//
9 #include <mcld/Script/SectionsCmd.h>
16 // SectionsCmd
18 SectionsCmd::SectionsCmd() function in class:SectionsCmd
23 SectionsCmd::~SectionsCmd()
31 void SectionsCmd::dump() const
52 void SectionsCmd::push_back(ScriptCommand* pCommand)
66 void SectionsCmd
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DSectionsCmd.h1 //===- SectionsCmd.h ------------------------------------------------------===//
21 /** \class SectionsCmd
25 class SectionsCmd : public ScriptCommand class in namespace:mcld
35 SectionsCmd();
36 ~SectionsCmd();

Completed in 345 milliseconds