Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DInputCmd.cpp46 m_InputTree(pInputTree), in InputCmd()
88 m_Builder.setCurrentTree(m_InputTree); in activate()
180 for (InputTree::iterator input = input_begin, ie = m_InputTree.end(); in activate()
203 m_InputTree.merge<InputTree::Inclusive>(input, archive.inputs()); in activate()
DGroupCmd.cpp37 m_InputTree(pInputTree), in GroupCmd()
77 m_Builder.setCurrentTree(m_InputTree); in activate()
167 m_GroupReader.readGroup(group, m_InputTree.end(), m_Builder, m_Config); in activate()
/frameworks/compile/mclinker/include/mcld/Script/
DGroupCmd.h45 InputTree& m_InputTree; variable
DInputCmd.h49 InputTree& m_InputTree; variable