HomeSort by relevance Sort by last modified time
    Searched defs:OutputSectDesc (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Script/
OutputSectDesc.cpp 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)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 1 //===- OutputSectDesc.h ---------------------------------------------------===//
24 /** \class OutputSectDesc
28 class OutputSectDesc : public ScriptCommand {
160 OutputSectDesc(const std::string& pName, const Prolog& pProlog);
161 ~OutputSectDesc();

Completed in 104 milliseconds