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

/frameworks/compile/mclinker/lib/Script/
H A DOutputSectDesc.cpp1 //===- OutputSectDesc.cpp -------------------------------------------------===//
9 #include "mcld/Script/OutputSectDesc.h"
26 // OutputSectDesc
28 OutputSectDesc::OutputSectDesc(const std::string& pName, const Prolog& pProlog) function in class:mcld::OutputSectDesc
34 OutputSectDesc::~OutputSectDesc() {
41 void OutputSectDesc::dump() const {
136 void OutputSectDesc::push_back(ScriptCommand* pCommand) {
148 void OutputSectDesc
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h1 //===- OutputSectDesc.h ---------------------------------------------------===//
24 /** \class OutputSectDesc
28 class OutputSectDesc : public ScriptCommand { class in namespace:mcld
160 OutputSectDesc(const std::string& pName, const Prolog& pProlog);
161 ~OutputSectDesc();

Completed in 65 milliseconds