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

  /frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp 28 m_pParent->getFragmentList().push_back(this);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.cpp 46 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
HexagonLDBackend.cpp 730 SectionData::FragmentListType& to_list = pTo->getFragmentList();
741 SectionData::FragmentListType& newlist = pTo->getFragmentList();
930 SectionData::FragmentListType& to_list = pTo.getFragmentList();
    [all...]
HexagonPLT.cpp 61 iterator first = m_pSectionData->getFragmentList().begin();
63 assert(first != m_pSectionData->getFragmentList().end() &&
  /frameworks/compile/mclinker/include/mcld/LD/
SectionData.h 60 FragmentListType &getFragmentList() { return m_Fragments; }
61 const FragmentListType &getFragmentList() const { return m_Fragments; }
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.cpp 43 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
82 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
X86PLT.cpp 137 iterator first = m_pSectionData->getFragmentList().begin();
139 assert(first != m_pSectionData->getFragmentList().end() &&
X86LDBackend.cpp 306 eh_frame->getSectionData()->getFragmentList();
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 132 pTo.getFragmentList().push_back(align);
137 SectionData::FragmentListType& from_list = pFrom.getFragmentList();
138 SectionData::FragmentListType& to_list = pTo.getFragmentList();
188 pSD.getFragmentList().push_back(align);
195 pSD.getFragmentList().push_back(&pFrag);
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 146 m_pSectionData->getFragmentList().push_back(&pFrag);
324 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList();
326 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList();
339 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList();
341 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList();
368 SectionData::FragmentListType& frag_list = getSectionData()->getFragmentList();
BranchIsland.cpp 129 sd->getFragmentList().insert(end(), align_frag);
135 sd->getFragmentList().insert(end(), &pStub);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.cpp 63 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
107 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
AArch64PLT.cpp 70 iterator first = m_pSectionData->getFragmentList().begin();
71 assert(first != m_pSectionData->getFragmentList().end() &&
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 59 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
102 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
ARMPLT.cpp 81 iterator first = m_pSectionData->getFragmentList().begin();
83 assert(first != m_pSectionData->getFragmentList().end() &&
  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 73 CurSectionData->getFragmentList().insert(CurInsertionPoint, F);
MCAssembler.h 639 const FragmentListType &getFragmentList() const { return Fragments; }
640 FragmentListType &getFragmentList() { return Fragments; }
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 208 const MCFragment &F = SD->getFragmentList().back();
273 Parent->getFragmentList().push_back(this);
325 getFragmentList().insert(IP, F);
870 if (it->getFragmentList().empty())
    [all...]
MCObjectStreamer.cpp 69 if (CurInsertionPoint != getCurrentSectionData()->getFragmentList().begin())
ELFObjectWriter.cpp     [all...]

Completed in 926 milliseconds