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 124 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
131 to_list.splice(to_list.end(), from_list);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 716 SectionData::FragmentListType& to_list = pTo->getFragmentList(); local
717 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end();
719 for (fragTo = to_list.begin(); fragTo != fragToEnd; ++fragTo) {
906 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
907 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end();
914 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
940 to_list.splice(fragInsert, pFrom.getFragmentList());
942 to_list.splice(frag, pFrom.getFragmentList());
976 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
    [all...]

Completed in 2223 milliseconds