Home
last modified time | relevance | path

Searched refs:EndGroupAction (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/MC/
H A DCommandAction.cpp110 EndGroupAction::EndGroupAction(unsigned int pPosition) in EndGroupAction() function in mcld::EndGroupAction
114 bool EndGroupAction::activate(InputBuilder& pBuilder) const { in activate()
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DCommandAction.h80 class EndGroupAction : public InputAction {
82 explicit EndGroupAction(unsigned int pPosition);
/aosp12/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.cpp60 actions.push_back(new EndGroupAction(position++)); in TEST_F()
/aosp12/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp950 action.reset(new mcld::EndGroupAction(index)); in TranslateArguments()