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

/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp33 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
34 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp58 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
59 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
H A DAArch64PLT.cpp51 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
52 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp55 SectionData::iterator frag, fragEnd = m_SectionData->end(); local
56 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
H A DARMPLT.cpp48 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
49 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
H A DARMLDBackend.cpp529 SectionData::FragmentListType::iterator fragEnd = src.end(); local
530 while (frag != fragEnd) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp67 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
68 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
H A DMipsLDBackend.cpp1232 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); local
1233 for (frag = from_list.begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp151 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); local
152 for (frag = from_list.begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp80 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
81 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
H A DHexagonLDBackend.cpp906 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); local
913 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
973 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); local
980 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
1011 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp103 SectionData::iterator frag, fragEnd = m_pSectionData->end(); local
104 for (frag = m_pSectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp218 SectionData::const_iterator frag, fragEnd = sect->getSectionData()->end(); local
219 for (frag = sect->getSectionData()->begin(); frag != fragEnd; ++frag) {
H A DELFObjectWriter.cpp651 SectionData::const_iterator fragIter, fragEnd = pSD.end(); local
653 for (fragIter = pSD.begin(); fragIter != fragEnd; ++fragIter) {

Completed in 168 milliseconds