Home
last modified time | relevance | path

Searched refs:FragmentListType (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h36 typedef llvm::iplist<Fragment> FragmentListType; typedef
38 typedef FragmentListType::reference reference;
39 typedef FragmentListType::const_reference const_reference;
41 typedef FragmentListType::iterator iterator;
42 typedef FragmentListType::const_iterator const_iterator;
44 typedef FragmentListType::reverse_iterator reverse_iterator;
45 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
57 const FragmentListType& getFragmentList() const { return m_Fragments; } in getFragmentList()
58 FragmentListType& getFragmentList() { return m_Fragments; } in getFragmentList()
64 static FragmentListType SectionData::*getSublistAccess(Fragment *) { in getSublistAccess()
[all …]
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp315 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList(); in moveInputFragments()
317 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList(); in moveInputFragments()
328 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList(); in moveInputFragments()
330 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList(); in moveInputFragments()
356 SectionData::FragmentListType& frag_list = in computeOffsetSize()
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp149 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); in MoveSectionData()
150 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in MoveSectionData()
151 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in MoveSectionData()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp721 SectionData::FragmentListType& to_list = pTo->getFragmentList(); in SetSDataSection()
722 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end(); in SetSDataSection()
732 SectionData::FragmentListType& newlist = pTo->getFragmentList(); in SetSDataSection()
905 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in MoveCommonData()
906 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); in MoveCommonData()
911 SectionData::FragmentListType::iterator fragInsert; in MoveCommonData()
972 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in MoveSectionDataAndSort()
973 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); in MoveSectionDataAndSort()
978 SectionData::FragmentListType::iterator fragInsert; in MoveSectionDataAndSort()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp524 SectionData::FragmentListType& src = in mergeSection()
526 SectionData::FragmentListType& dst = in mergeSection()
528 SectionData::FragmentListType::iterator frag = src.begin(); in mergeSection()
529 SectionData::FragmentListType::iterator fragEnd = src.end(); in mergeSection()
715 SectionData::FragmentListType& list = sectData->getFragmentList(); in rewriteARMExIdxSection()
719 SectionData::FragmentListType tmp; in rewriteARMExIdxSection()
739 SectionData::FragmentListType::iterator it = list.begin(); in rewriteARMExIdxSection()
H A DARMGOT.cpp53 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList(); in finalizeSectionSize()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp56 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList(); in finalizeSectionSize()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp1230 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); in moveSectionData()
1231 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in moveSectionData()
1232 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end(); in moveSectionData()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp281 SectionData::FragmentListType& frag_list = in addEhFrameForPLT()