Searched refs:AddNeededAction (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DCommandAction.h119 /// AddNeededAction
120 class AddNeededAction : public InputAction { class in namespace:mcld
122 explicit AddNeededAction(unsigned int pPosition);
/frameworks/compile/mclinker/lib/MC/
H A DCommandAction.cpp168 // AddNeededAction
170 AddNeededAction::AddNeededAction(unsigned int pPosition) function in class:mcld::AddNeededAction
174 bool AddNeededAction::activate(InputBuilder& pBuilder) const {
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp913 action.reset(new mcld::AddNeededAction(index));
922 action.reset(new mcld::AddNeededAction(index));

Completed in 123 milliseconds