Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DSectionsCmd.cpp18 SectionsCmd::SectionsCmd() in SectionsCmd() function in SectionsCmd
23 SectionsCmd::~SectionsCmd() in ~SectionsCmd()
31 void SectionsCmd::dump() const in dump()
52 void SectionsCmd::push_back(ScriptCommand* pCommand) in push_back()
66 void SectionsCmd::activate(Module& pModule) in activate()
DScriptFile.cpp92 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint()
145 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment()
177 m_CommandQueue.push_back(new SectionsCmd()); in enterSectionsCmd()
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in enterOutputSectDesc()
200 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc()
214 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addInputSectDesc()
DCMakeLists.txt32 SectionsCmd.cpp
DAndroid.mk26 SectionsCmd.cpp \
/frameworks/compile/mclinker/include/mcld/Script/
DSectionsCmd.h25 class SectionsCmd : public ScriptCommand
35 SectionsCmd();
36 ~SectionsCmd();