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

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

Completed in 63 milliseconds