Lines Matching refs:SectionsCmd
1 //===- SectionsCmd.cpp ----------------------------------------------------===//
9 #include "mcld/Script/SectionsCmd.h"
18 // SectionsCmd
20 SectionsCmd::SectionsCmd() : ScriptCommand(ScriptCommand::SECTIONS) {
23 SectionsCmd::~SectionsCmd() {
30 void SectionsCmd::dump() const {
50 void SectionsCmd::push_back(ScriptCommand* pCommand) {
63 void SectionsCmd::activate(Module& pModule) {