HomeSort by relevance Sort by last modified time
    Searched refs:getFragmentList (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp 58 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();
X86GOTPLT.cpp 84 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
129 assert(m_GOTPLTIterator != m_SectionData.getFragmentList().end()
X86PLT.cpp 137 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/
OutputRelocSection.cpp 40 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/
MipsGOT.cpp 59 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/
ARMGOT.cpp 103 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();
ARMPLT.cpp 136 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/
Layout.h 164 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();
SectionData.h 51 FragmentListType &getFragmentList() { return m_Fragments; }
52 const FragmentListType &getFragmentList() const { return m_Fragments; }
  /frameworks/compile/mclinker/lib/LD/
Fragment.cpp 28 m_pParent->getFragmentList().push_back(this);
Layout.cpp 141 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();
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 51 return &getCurrentSectionData()->getFragmentList().back();
MCAssembler.cpp 139 const MCFragment &F = SD->getFragmentList().back();
165 Parent->getFragmentList().push_back(this);
581 if (it->getFragmentList().empty())
    [all...]
WinCOFFObjectWriter.cpp 509 return !S->MCData->getFragmentList().empty();
  /external/llvm/include/llvm/MC/
MCAssembler.h 509 const FragmentListType &getFragmentList() const { return Fragments; }
510 FragmentListType &getFragmentList() { return Fragments; }

Completed in 394 milliseconds