Searched refs:getFragmentList (Results 1 – 17 of 17) sorted by relevance
144 pTo.getFragmentList().push_back(align); in MoveSectionData()149 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); in MoveSectionData()150 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in MoveSectionData()196 pSD.getFragmentList().push_back(align); in AppendFragment()203 pSD.getFragmentList().push_back(&pFrag); in AppendFragment()
113 sd->getFragmentList().insert(end(), align_frag); in addStub()119 sd->getFragmentList().insert(end(), &pStub); in addStub()139 sd->getFragmentList().insert(end(), align_frag); in addStub()145 sd->getFragmentList().insert(end(), &pStub); in addStub()
134 m_pSectionData->getFragmentList().push_back(&pFrag); in addFragment()315 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()357 getSectionData()->getFragmentList(); in computeOffsetSize()
37 llvm::cast<X86_32GOTEntry>(*(m_SectionData->getFragmentList().begin())) in applyGOT0()70 llvm::cast<X86_64GOTEntry>(*(m_SectionData->getFragmentList().begin())) in applyGOT0()
122 iterator first = m_pSectionData->getFragmentList().begin(); in getPLT0()124 assert(first != m_pSectionData->getFragmentList().end() && in getPLT0()
282 eh_frame->getSectionData()->getFragmentList(); in addEhFrameForPLT()
57 const FragmentListType& getFragmentList() const { return m_Fragments; } in getFragmentList() function58 FragmentListType& getFragmentList() { return m_Fragments; } in getFragmentList() function
721 SectionData::FragmentListType& to_list = pTo->getFragmentList(); in SetSDataSection()732 SectionData::FragmentListType& newlist = pTo->getFragmentList(); in SetSDataSection()905 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in MoveCommonData()936 pFrom.getFragmentList().push_front(align); in MoveCommonData()939 to_list.splice(fragInsert, pFrom.getFragmentList()); in MoveCommonData()941 to_list.splice(frag, pFrom.getFragmentList()); in MoveCommonData()972 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in MoveSectionDataAndSort()1003 pFrom.getFragmentList().push_front(align); in MoveSectionDataAndSort()1006 to_list.splice(fragInsert, pFrom.getFragmentList()); in MoveSectionDataAndSort()1008 to_list.splice(frag, pFrom.getFragmentList()); in MoveSectionDataAndSort()
40 llvm::cast<HexagonGOTEntry>(*(m_SectionData->getFragmentList().begin())) in applyGOT0()
54 iterator first = m_pSectionData->getFragmentList().begin(); in getPLT0()56 assert(first != m_pSectionData->getFragmentList().end() && in getPLT0()
56 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList(); in finalizeSectionSize()97 llvm::cast<AArch64GOTEntry>(*(m_SectionData->getFragmentList().begin())) in applyGOT0()
67 iterator first = m_pSectionData->getFragmentList().begin(); in applyPLT0()68 assert(first != m_pSectionData->getFragmentList().end() && in applyPLT0()
53 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList(); in finalizeSectionSize()94 llvm::cast<ARMGOTEntry>(*(m_SectionData->getFragmentList().begin())) in applyGOT0()
76 iterator first = m_pSectionData->getFragmentList().begin(); in applyPLT0()78 assert(first != m_pSectionData->getFragmentList().end() && in applyPLT0()
518 sectData->getFragmentList().push_back(frag); in mergeSection()525 pSection.getSectionData()->getFragmentList(); in mergeSection()527 m_pEXIDX->getSectionData()->getFragmentList(); in mergeSection()715 SectionData::FragmentListType& list = sectData->getFragmentList(); in rewriteARMExIdxSection()
27 m_pParent->getFragmentList().push_back(this); in Fragment()
1225 pTo.getFragmentList().push_back(align); in moveSectionData()1230 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); in moveSectionData()1231 SectionData::FragmentListType& to_list = pTo.getFragmentList(); in moveSectionData()