Searched refs:fragEnd (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp36 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
37 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp125 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); local
126 for (frag = from_list.begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp54 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
55 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp89 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
90 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
H A DHexagonLDBackend.cpp907 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); local
914 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
977 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); local
984 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
1015 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp119 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
120 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp603 SectionData::const_iterator fragIter, fragEnd = pSD.end(); local
605 for (fragIter = pSD.begin(); fragIter != fragEnd; ++fragIter) {

Completed in 123 milliseconds