Home
last modified time | relevance | path

Searched refs:enterGroup (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/unittests/
DInputTreeTest.cpp80 m_pTestee->enterGroup(node, InputTree::Downward); in TEST_F()
108 m_pTestee->enterGroup(node, InputTree::Downward); in TEST_F()
123 m_pTestee->enterGroup(node, InputTree::Downward); in TEST_F()
146 m_pTestee->enterGroup<InputTree::Inclusive>(node); in TEST_F()
/frameworks/compile/mclinker/lib/MC/
DInputBuilder.cpp61 InputTree& InputBuilder::enterGroup() { in enterGroup() function in mcld::InputBuilder
64 m_pCurrentTree->enterGroup(m_Root, *m_pMove); in enterGroup()
DCommandAction.cpp103 pBuilder.enterGroup(); in activate()
/frameworks/compile/mclinker/include/mcld/
DInputTree.h274 InputTree& enterGroup(TreeIteratorBase pRoot);
285 InputTree& enterGroup(TreeIteratorBase pRoot, const Mover& pMover);
301 mcld::InputTree& mcld::InputTree::enterGroup(mcld::TreeIteratorBase pRoot) { in enterGroup() function
/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp34 InputTree& InputTree::enterGroup(TreeIteratorBase pRoot, in enterGroup() function in mcld::InputTree
DIRBuilder.cpp228 m_InputBuilder.enterGroup(); in StartGroup()
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h73 InputTree& enterGroup();
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp79 m_Builder.enterGroup(); in activate()