Searched refs:getFragmentList (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp58 assert( !m_SectionData.getFragmentList().empty() &&
60 m_GOTIterator = m_SectionData.getFragmentList().begin();
70 assert(m_GOTIterator != m_SectionData.getFragmentList().end()
80 return m_SectionData.getFragmentList().begin();
85 return m_SectionData.getFragmentList().begin();
90 return m_SectionData.getFragmentList().end();
95 return m_SectionData.getFragmentList().end();
H A DX86GOTPLT.cpp84 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
129 assert(m_GOTPLTIterator != m_SectionData.getFragmentList().end()
H A DX86PLT.cpp137 iterator first = m_SectionData.getFragmentList().begin();
139 assert(first != m_SectionData.getFragmentList().end() &&
150 iterator first = m_SectionData.getFragmentList().begin();
152 assert(first != m_SectionData.getFragmentList().end() &&
/frameworks/compile/mclinker/lib/Target/
H A DOutputRelocSection.cpp40 m_pSectionData->getFragmentList().push_back(pRelFactory.produceEmptyEntry());
53 assert( !m_pSectionData->getFragmentList().empty() &&
55 m_ValidEntryIterator = m_pSectionData->getFragmentList().begin();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp59 return m_SectionData.getFragmentList().begin();
64 return m_SectionData.getFragmentList().end();
69 return m_SectionData.getFragmentList().begin();
74 return m_SectionData.getFragmentList().end();
127 assert(it != m_SectionData.getFragmentList().end() &&
142 assert(it != m_SectionData.getFragmentList().end() &&
153 return m_SectionData.getFragmentList().size();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp103 assert(m_NormalGOTIterator != m_SectionData.getFragmentList().end()
115 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
134 return m_SectionData.getFragmentList().begin();
139 return m_SectionData.getFragmentList().begin();
144 return m_SectionData.getFragmentList().end();
149 return m_SectionData.getFragmentList().end();
H A DARMPLT.cpp136 iterator first = m_SectionData.getFragmentList().begin();
138 assert(first != m_SectionData.getFragmentList().end() &&
161 iterator first = m_SectionData.getFragmentList().begin();
163 assert(first != m_SectionData.getFragmentList().end() &&
/frameworks/compile/mclinker/include/mcld/LD/
H A DLayout.h164 pRange.header->getSectionData()->getFragmentList().empty())
177 if (pRange.header->getSectionData()->getFragmentList().empty())
181 return &pRange.header->getSectionData()->getFragmentList().front();
193 if (pRange.header->getSectionData()->getFragmentList().empty())
197 return &pRange.header->getSectionData()->getFragmentList().front();
210 if (pRange.header->getSectionData()->getFragmentList().empty())
216 return &pRange.header->getSectionData()->getFragmentList().back();
225 if (pRange.header->getSectionData()->getFragmentList().empty())
231 return &pRange.header->getSectionData()->getFragmentList().back();
H A DSectionData.h51 FragmentListType &getFragmentList() { return m_Fragments; } function in class:mcld::SectionData
52 const FragmentListType &getFragmentList() const { return m_Fragments; } function in class:mcld::SectionData
/frameworks/compile/mclinker/lib/LD/
H A DFragment.cpp28 m_pParent->getFragmentList().push_back(this);
H A DLayout.cpp141 if (pSD.getFragmentList().empty() || 0 == m_SDRangeMap.count(&pSD)) {
159 if (!pSD.getFragmentList().empty()) {
161 const_cast<Fragment*>(&pSD.getFragmentList().back());
190 pSD.getFragmentList().push_back(&pFrag);
411 if (sect_data->getFragmentList().empty())
458 if (sect_data->getFragmentList().empty())
574 !sect->getSectionData()->getFragmentList().empty()) {
576 Fragment& frag = sect->getSectionData()->getFragmentList().back();

Completed in 50 milliseconds