Home
last modified time | relevance | path

Searched refs:SectionsCmd (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
DSectionsCmd.cpp20 SectionsCmd::SectionsCmd() : ScriptCommand(ScriptCommand::SECTIONS) { in SectionsCmd() function in mcld::SectionsCmd
23 SectionsCmd::~SectionsCmd() { in ~SectionsCmd()
30 void SectionsCmd::dump() const { in dump()
50 void SectionsCmd::push_back(ScriptCommand* pCommand) { in push_back()
63 void SectionsCmd::activate(Module& pModule) { in activate()
DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint()
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment()
179 m_CommandQueue.push_back(new SectionsCmd()); in enterSectionsCmd()
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in enterOutputSectDesc()
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc()
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addInputSectDesc()
DCMakeLists.txt33 SectionsCmd.cpp
DAndroid.mk27 SectionsCmd.cpp \
/frameworks/compile/mclinker/include/mcld/Script/
DSectionsCmd.h26 class SectionsCmd : public ScriptCommand {
35 SectionsCmd();
36 ~SectionsCmd();