Searched refs:find_last_explicit_dot (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h122 const_dot_iterator find_last_explicit_dot() const;
123 dot_iterator find_last_explicit_dot();
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp129 SectionMap::Output::find_last_explicit_dot() const { function in class:mcld::SectionMap::Output
142 SectionMap::Output::dot_iterator SectionMap::Output::find_last_explicit_dot() { function in class:mcld::SectionMap::Output
360 Output::dot_iterator dot = (*it)->find_last_explicit_dot();
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2151 } else if ((dot = (*out)->find_last_explicit_dot()) != (*out)->dot_end()) {

Completed in 871 milliseconds