Home
last modified time | relevance | path

Searched refs:from_list (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp149 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); in MoveSectionData() local
151 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in MoveSectionData()
152 for (frag = from_list.begin(); frag != fragEnd; ++frag) { in MoveSectionData()
157 to_list.splice(to_list.end(), from_list); in MoveSectionData()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1230 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); in moveSectionData() local
1232 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in moveSectionData()
1233 for (frag = from_list.begin(); frag != fragEnd; ++frag) { in moveSectionData()
1238 to_list.splice(to_list.end(), from_list); in moveSectionData()