Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DModule.h96 const_input_iterator input_begin() const { return m_MainTree.begin(); } in input_begin() function
97 input_iterator input_begin() { return m_MainTree.begin(); } in input_begin() function
/frameworks/compile/mclinker/lib/Script/
DInputCmd.cpp91 InputTree::iterator input_begin; in activate() local