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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 57 return m_SectionData.getFragmentList().begin();
62 return m_SectionData.getFragmentList().end();
67 return m_SectionData.getFragmentList().begin();
72 return m_SectionData.getFragmentList().end();
130 assert(it != m_SectionData.getFragmentList().end() &&
141 return m_SectionData.getFragmentList().size();
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp 86 assert(m_GeneralGOTIterator != m_SectionData.getFragmentList().end()
98 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
103 return m_SectionData.getFragmentList().begin();
108 return m_SectionData.getFragmentList().begin();
113 return m_SectionData.getFragmentList().end();
118 return m_SectionData.getFragmentList().end();
X86PLT.cpp 164 iterator first = m_SectionData.getFragmentList().begin();
165 iterator end = m_SectionData.getFragmentList().end();
177 iterator first = m_SectionData.getFragmentList().begin();
178 iterator end = m_SectionData.getFragmentList().end();
262 X86GOT::iterator list_ie = m_GOT.getSectionData().getFragmentList().end();
X86GOTPLT.cpp 79 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 36 m_pSectionData->getFragmentList().push_back(pRelFactory.produceEmptyEntry());
49 assert( !m_pSectionData->getFragmentList().empty() &&
51 m_ValidEntryIterator = m_pSectionData->getFragmentList().begin();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 102 assert(m_NormalGOTIterator != m_SectionData.getFragmentList().end()
114 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
133 return m_SectionData.getFragmentList().begin();
138 return m_SectionData.getFragmentList().begin();
143 return m_SectionData.getFragmentList().end();
148 return m_SectionData.getFragmentList().end();
ARMPLT.cpp 134 iterator first = m_SectionData.getFragmentList().begin();
135 iterator end = m_SectionData.getFragmentList().end();
159 iterator first = m_SectionData.getFragmentList().begin();
160 iterator end = m_SectionData.getFragmentList().end();
ARMLDBackend.cpp 760 sect_data->getFragmentList().front()).getRegion().start();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Layout.h 162 pRange.header->getSectionData()->getFragmentList().empty())
175 if (pRange.header->getSectionData()->getFragmentList().empty())
179 return &pRange.header->getSectionData()->getFragmentList().front();
191 if (pRange.header->getSectionData()->getFragmentList().empty())
195 return &pRange.header->getSectionData()->getFragmentList().front();
208 if (pRange.header->getSectionData()->getFragmentList().empty())
214 return &pRange.header->getSectionData()->getFragmentList().back();
223 if (pRange.header->getSectionData()->getFragmentList().empty())
229 return &pRange.header->getSectionData()->getFragmentList().back();
  /frameworks/compile/mclinker/lib/LD/
Layout.cpp 129 if (pSD.getFragmentList().empty() || 0 == m_SDRangeMap.count(&pSD)) {
157 if (!pSD.getFragmentList().empty()) {
159 const_cast<llvm::MCFragment*>(&pSD.getFragmentList().back());
188 pSD.getFragmentList().push_back(&pFrag);
412 if (sect_data->getFragmentList().empty())
461 if (sect_data->getFragmentList().empty())
567 !sect->getSectionData()->getFragmentList().empty()) {
570 sect->getSectionData()->getFragmentList().back();
605 !sect->getSectionData()->getFragmentList().empty()) {
608 sect->getSectionData()->getFragmentList().back()
    [all...]
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 51 return &getCurrentSectionData()->getFragmentList().back();
MCAssembler.cpp 138 const MCFragment &F = SD->getFragmentList().back();
164 Parent->getFragmentList().push_back(this);
574 if (it->getFragmentList().empty())
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 54 milliseconds