HomeSort by relevance Sort by last modified time
    Searched defs:SectionsCmd (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Script/
SectionsCmd.cpp 1 //===- SectionsCmd.cpp ----------------------------------------------------===//
9 #include <mcld/Script/SectionsCmd.h>
16 // SectionsCmd
18 SectionsCmd::SectionsCmd()
23 SectionsCmd::~SectionsCmd()
31 void SectionsCmd::dump() const
52 void SectionsCmd::push_back(ScriptCommand* pCommand)
66 void SectionsCmd::activate(Module& pModule
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
SectionsCmd.h 1 //===- SectionsCmd.h ------------------------------------------------------===//
21 /** \class SectionsCmd
25 class SectionsCmd : public ScriptCommand
35 SectionsCmd();
36 ~SectionsCmd();

Completed in 64 milliseconds