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"
18 // SectionsCmd
20 SectionsCmd::SectionsCmd() : ScriptCommand(ScriptCommand::SECTIONS) { function in class:mcld::SectionsCmd
23 SectionsCmd::~SectionsCmd() {
30 void SectionsCmd::dump() const {
50 void SectionsCmd::push_back(ScriptCommand* pCommand) {
63 void SectionsCmd
[all...]
H A DScriptFile.cpp25 #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>(bac
[all...]
H A DAndroid.mk27 SectionsCmd.cpp \
/frameworks/compile/mclinker/include/mcld/Script/
H A DSectionsCmd.h1 //===- SectionsCmd.h ------------------------------------------------------===//
22 /** \class SectionsCmd
26 class SectionsCmd : public ScriptCommand { class in namespace:mcld
35 SectionsCmd();
36 ~SectionsCmd();

Completed in 2408 milliseconds