Searched refs:SectionsCmd (Results 1 – 5 of 5) sorted by relevance
20 SectionsCmd::SectionsCmd() : ScriptCommand(ScriptCommand::SECTIONS) { in SectionsCmd() function in mcld::SectionsCmd23 SectionsCmd::~SectionsCmd() { in ~SectionsCmd()30 void SectionsCmd::dump() const { in dump()50 void SectionsCmd::push_back(ScriptCommand* pCommand) { in push_back()63 void SectionsCmd::activate(Module& pModule) { in activate()
90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint()149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment()179 m_CommandQueue.push_back(new SectionsCmd()); in enterSectionsCmd()190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in enterOutputSectDesc()199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc()212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addInputSectDesc()
33 SectionsCmd.cpp
27 SectionsCmd.cpp \
26 class SectionsCmd : public ScriptCommand {35 SectionsCmd();36 ~SectionsCmd();