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

/frameworks/compile/mclinker/lib/Fragment/
H A DFragment.cpp27 m_pParent->getFragmentList().push_back(this);
/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp113 sd->getFragmentList().insert(end(), align_frag);
119 sd->getFragmentList().insert(end(), &pStub);
139 sd->getFragmentList().insert(end(), align_frag);
145 sd->getFragmentList().insert(end(), &pStub);
H A DEhFrame.cpp134 m_pSectionData->getFragmentList().push_back(&pFrag);
315 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList();
317 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList();
328 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList();
330 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList();
357 getSectionData()->getFragmentList();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp40 llvm::cast<HexagonGOTEntry>(*(m_SectionData->getFragmentList().begin()))
H A DHexagonLDBackend.cpp721 SectionData::FragmentListType& to_list = pTo->getFragmentList();
732 SectionData::FragmentListType& newlist = pTo->getFragmentList();
905 SectionData::FragmentListType& to_list = pTo.getFragmentList();
936 pFrom.getFragmentList().push_front(align);
939 to_list.splice(fragInsert, pFrom.getFragmentList());
941 to_list.splice(frag, pFrom.getFragmentList());
972 SectionData::FragmentListType& to_list = pTo.getFragmentList();
1003 pFrom.getFragmentList().push_front(align);
1006 to_list.splice(fragInsert, pFrom.getFragmentList());
1008 to_list.splice(frag, pFrom.getFragmentList());
[all...]
H A DHexagonPLT.cpp54 iterator first = m_pSectionData->getFragmentList().begin();
56 assert(first != m_pSectionData->getFragmentList().end() &&
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h57 const FragmentListType& getFragmentList() const { return m_Fragments; } function in class:mcld::SectionData
58 FragmentListType& getFragmentList() { return m_Fragments; } function in class:mcld::SectionData
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp37 llvm::cast<X86_32GOTEntry>(*(m_SectionData->getFragmentList().begin()))
70 llvm::cast<X86_64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
H A DX86PLT.cpp122 iterator first = m_pSectionData->getFragmentList().begin();
124 assert(first != m_pSectionData->getFragmentList().end() &&
H A DX86LDBackend.cpp282 eh_frame->getSectionData()->getFragmentList();
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp144 pTo.getFragmentList().push_back(align);
149 SectionData::FragmentListType& from_list = pFrom.getFragmentList();
150 SectionData::FragmentListType& to_list = pTo.getFragmentList();
196 pSD.getFragmentList().push_back(align);
203 pSD.getFragmentList().push_back(&pFrag);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp56 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
97 llvm::cast<AArch64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
H A DAArch64PLT.cpp67 iterator first = m_pSectionData->getFragmentList().begin();
68 assert(first != m_pSectionData->getFragmentList().end() &&
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp53 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
94 llvm::cast<ARMGOTEntry>(*(m_SectionData->getFragmentList().begin()))
H A DARMPLT.cpp76 iterator first = m_pSectionData->getFragmentList().begin();
78 assert(first != m_pSectionData->getFragmentList().end() &&
H A DARMLDBackend.cpp518 sectData->getFragmentList().push_back(frag);
525 pSection.getSectionData()->getFragmentList();
527 m_pEXIDX->getSectionData()->getFragmentList();
715 SectionData::FragmentListType& list = sectData->getFragmentList();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp1225 pTo.getFragmentList().push_back(align);
1230 SectionData::FragmentListType& from_list = pFrom.getFragmentList();
1231 SectionData::FragmentListType& to_list = pTo.getFragmentList();

Completed in 209 milliseconds