Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Core/
DInputTree.cpp19 InputTree& InputTree::merge(TreeIteratorBase pRoot, in merge() argument
27 pMover.connect(pRoot, pTree.m_Root.node.right); in merge()
36 InputTree& InputTree::enterGroup(TreeIteratorBase pRoot, in enterGroup() argument
40 pMover.connect(pRoot, node); in enterGroup()
44 InputTree& InputTree::insert(TreeIteratorBase pRoot, in insert() argument
50 pMover.connect(pRoot, node); in insert()
/frameworks/compile/mclinker/include/mcld/
DInputTree.h288 InputTree& enterGroup(TreeIteratorBase pRoot);
291 InputTree& insert(TreeIteratorBase pRoot,
294 InputTree& merge(TreeIteratorBase pRoot,
298 InputTree& insert(TreeIteratorBase pRoot,
302 InputTree& enterGroup(TreeIteratorBase pRoot,
321 mcld::InputTree::enterGroup(mcld::TreeIteratorBase pRoot) in enterGroup() argument
325 if (pRoot.isRoot()) in enterGroup()
326 pRoot.hook<TreeIteratorBase::Leftward>(node); in enterGroup()
328 pRoot.hook<DIRECT>(node); in enterGroup()
334 mcld::InputTree& mcld::InputTree::insert(mcld::TreeIteratorBase pRoot, in insert() argument
[all …]
/frameworks/compile/mclinker/lib/LD/
DGroupReader.cpp38 bool GroupReader::readGroup(Module::input_iterator pRoot, in readGroup() argument
52 Module::input_iterator input = --pRoot; in readGroup()
/frameworks/compile/mclinker/include/mcld/LD/
DGroupReader.h42 bool readGroup(Module::input_iterator pRoot,