HomeSort by relevance Sort by last modified time
    Searched refs:SectionsCmd (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Script/
SectionsCmd.cpp 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)
    [all...]
ScriptFile.cpp 25 #include "mcld/Script/SectionsCmd.h"
90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
179 m_CommandQueue.push_back(new SectionsCmd());
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back())
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
SectionsCmd.h 1 //===- SectionsCmd.h ------------------------------------------------------===//
22 /** \class SectionsCmd
26 class SectionsCmd : public ScriptCommand {
35 SectionsCmd();
36 ~SectionsCmd();

Completed in 125 milliseconds