Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp722 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end(); in SetSDataSection() local
724 for (fragTo = to_list.begin(); fragTo != fragToEnd; ++fragTo) { in SetSDataSection()
725 fragTo->setOffset(offset); in SetSDataSection()
726 offset += fragTo->size(); in SetSDataSection()
734 for (fragTo = newlist.begin(), fragToEnd = newlist.end(); in SetSDataSection()
735 fragTo != fragToEnd; in SetSDataSection()
736 ++fragTo) { in SetSDataSection()
737 fragTo->setParent(pTo); in SetSDataSection()