Home
last modified time | relevance | path

Searched refs:input_begin (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DModule.h98 const_input_iterator input_begin() const { return m_MainTree.begin(); } in input_begin() function
99 input_iterator input_begin() { return m_MainTree.begin(); } in input_begin() function
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp120 for (input = m_pModule->input_begin(); input!=inEnd; ++input) { in normalize()