Home
last modified time | relevance | path

Searched refs:AsNeededAction (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DCommandAction.cpp146 AsNeededAction::AsNeededAction(unsigned int pPosition) in AsNeededAction() function in mcld::AsNeededAction
150 bool AsNeededAction::activate(InputBuilder& pBuilder) const { in activate()
/frameworks/compile/mclinker/include/mcld/MC/
DCommandAction.h104 class AsNeededAction : public InputAction {
106 explicit AsNeededAction(unsigned int pPosition);
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp897 action.reset(new mcld::AsNeededAction(index)); in TranslateArguments()