Searched defs:SectionCommands (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DSectionsCmd.h28 typedef std::vector<ScriptCommand*> SectionCommands; typedef in class:mcld::SectionsCmd
29 typedef SectionCommands::const_iterator const_iterator;
30 typedef SectionCommands::iterator iterator;
31 typedef SectionCommands::const_reference const_reference;
32 typedef SectionCommands::reference reference;
64 SectionCommands m_SectionCommands;

Completed in 923 milliseconds