Searched defs:InputTree (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DInputTree.cpp1 //===- InputTree.cpp ------------------------------------------------------===//
9 #include <mcld/MC/InputTree.h>
14 InputTree::Succeeder InputTree::Afterward;
15 InputTree::Includer InputTree::Downward;
18 // InputTree
19 InputTree::InputTree(InputFactory& pInputFactory) function in class:InputTree
23 InputTree
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h1 //===- InputTree.h --------------------------------------------------------===//
70 /** \class InputTree
71 * \brief InputTree is the input tree to contains all inputs from the
74 * InputTree, of course, is uncopyable.
78 class InputTree : public BinaryTree<Input> class in namespace:mcld
140 InputTree(InputFactory& pInputFactory);
141 ~InputTree();
149 InputTree& insert(TreeIteratorBase pRoot,
155 InputTree& enterGroup(TreeIteratorBase pRoot);
158 InputTree
[all...]

Completed in 45 milliseconds