Home | History | Annotate | Download | only in Script

Lines Matching defs:OutputSectDesc

1 //===- OutputSectDesc.cpp -------------------------------------------------===//
9 #include "mcld/Script/OutputSectDesc.h"
26 // OutputSectDesc
28 OutputSectDesc::OutputSectDesc(const std::string& pName, const Prolog& pProlog)
34 OutputSectDesc::~OutputSectDesc() {
41 void OutputSectDesc::dump() const {
136 void OutputSectDesc::push_back(ScriptCommand* pCommand) {
148 void OutputSectDesc::setEpilog(const Epilog& pEpilog) {
155 void OutputSectDesc::activate(Module& pModule) {