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"
18 // SectionsCmd
20 SectionsCmd::SectionsCmd() : ScriptCommand(ScriptCommand::SECTIONS) { function in class:mcld::SectionsCmd
23 SectionsCmd::~SectionsCmd() {
30 void SectionsCmd::dump() const {
50 void SectionsCmd::push_back(ScriptCommand* pCommand) {
63 void SectionsCmd
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DSectionsCmd.h1 //===- SectionsCmd.h ------------------------------------------------------===//
22 /** \class SectionsCmd
26 class SectionsCmd : public ScriptCommand { class in namespace:mcld
35 SectionsCmd();
36 ~SectionsCmd();

Completed in 7 milliseconds