HomeSort by relevance Sort by last modified time
    Searched refs:dot_end (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 48 const_dot_iterator dot_end () const { return m_DotAssignments.end(); } function in class:mcld::SectionMap::Input
49 dot_iterator dot_end () { return m_DotAssignments.end(); } function in class:mcld::SectionMap::Input
115 const_dot_iterator dot_end () const { return m_DotAssignments.end(); } function in class:mcld::SectionMap::Output
116 dot_iterator dot_end () { return m_DotAssignments.end(); } function in class:mcld::SectionMap::Output
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 116 for (const_dot_iterator it = dot_begin(), ie = dot_end(); it != ie; ++it) {
120 return dot_end();
125 for (dot_iterator it = dot_begin(), ie = dot_end(); it != ie; ++it) {
129 return dot_end();
143 return dot_end();
156 return dot_end();
355 if (dot != (*it)->dot_end() &&
375 if (dot == (*it)->dot_end()) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 853 milliseconds