HomeSort by relevance Sort by last modified time
    Searched defs:to_list (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 138 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
145 to_list.splice(to_list.end(), from_list);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 730 SectionData::FragmentListType& to_list = pTo->getFragmentList(); local
731 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end();
733 for (fragTo = to_list.begin(); fragTo != fragToEnd; ++fragTo) {
930 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
931 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end();
938 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
1000 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
    [all...]

Completed in 217 milliseconds