Searched refs:SectionsCmd (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DSectionsCmd.cpp1 //===- SectionsCmd.cpp ----------------------------------------------------===//
9 #include <mcld/Script/SectionsCmd.h>
16 // SectionsCmd
18 SectionsCmd::SectionsCmd() function in class:SectionsCmd
23 SectionsCmd::~SectionsCmd()
31 void SectionsCmd::dump() const
52 void SectionsCmd::push_back(ScriptCommand* pCommand)
66 void SectionsCmd
[all...]
H A DScriptFile.cpp19 #include <mcld/Script/SectionsCmd.h>
92 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
145 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
177 m_CommandQueue.push_back(new SectionsCmd());
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
200 SectionsCmd* sections = llvm::cast<SectionsCmd>(bac
[all...]
H A DAndroid.mk26 SectionsCmd.cpp \
/frameworks/compile/mclinker/include/mcld/Script/
H A DSectionsCmd.h1 //===- SectionsCmd.h ------------------------------------------------------===//
21 /** \class SectionsCmd
25 class SectionsCmd : public ScriptCommand class in namespace:mcld
35 SectionsCmd();
36 ~SectionsCmd();

Completed in 47 milliseconds