Home
last modified time | relevance | path

Searched refs:getCurrentNode (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DFileAction.cpp24 Input* input = *pBuilder.getCurrentNode(); in activate()
50 Input* input = *pBuilder.getCurrentNode(); in activate()
DCommandAction.cpp233 Input* input = *pBuilder.getCurrentNode(); in activate()
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h52 const InputTree::iterator& getCurrentNode() const { return m_Root; } in getCurrentNode() function
53 InputTree::iterator& getCurrentNode() { return m_Root; } in getCurrentNode() function
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp80 InputTree::iterator group = m_Builder.getCurrentNode(); in activate()
152 Input* input = *m_Builder.getCurrentNode(); in activate()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp126 Input* input = *m_InputBuilder.getCurrentNode(); in CreateInput()
139 Input* input = *m_InputBuilder.getCurrentNode(); in ReadInput()
180 Input* input = *m_InputBuilder.getCurrentNode(); in ReadInput()
197 Input* input = *m_InputBuilder.getCurrentNode(); in ReadInput()
214 Input* input = *m_InputBuilder.getCurrentNode(); in ReadInput()