Searched refs:getFragmentList (Results 1 – 20 of 20) sorted by relevance
143 MCSection::FragmentListType &getFragmentList() { return Fragments; }144 const MCSection::FragmentListType &getFragmentList() const {145 return const_cast<MCSection *>(this)->getFragmentList();
70 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
151 MCSection::FragmentListType &getFragmentList() { return Fragments; }152 const MCSection::FragmentListType &getFragmentList() const {153 return const_cast<MCSection *>(this)->getFragmentList();
67 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
82 getFragmentList().insert(IP, F); in getSubsectionInsertionPoint()
178 const MCFragment &F = Sec->getFragmentList().back(); in getSectionAddressSize()243 Parent->getFragmentList().push_back(this); in MCFragment()
345 Ret->getFragmentList().insert(Ret->begin(), F); in createELFSectionImpl()527 Result->getFragmentList().insert(Result->begin(), F); in getWasmSection()
52 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()117 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
1400 if (WS.getFragmentList().empty()) in writeObject()1404 if (WS.getFragmentList().size() != 3) in writeObject()
761 if (Sec.getFragmentList().empty()) in layout()
81 getFragmentList().insert(IP, F); in getSubsectionInsertionPoint()
178 const MCFragment &F = Sec->getFragmentList().back(); in getSectionAddressSize()250 Parent->getFragmentList().push_back(this); in MCFragment()
48 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()95 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
645 if (Sec.getFragmentList().empty()) in layout()
138 const MCFragment &F = SD->getFragmentList().back(); in getSectionAddressSize()163 Parent->getFragmentList().push_back(this); in MCFragment()577 if (it->getFragmentList().empty()) in Finish()
51 return &getCurrentSectionData()->getFragmentList().back(); in getCurrentFragment()
513 return !S->MCData->getFragmentList().empty(); in ExportSection()
487 const FragmentListType &getFragmentList() const { return Fragments; } in getFragmentList() function488 FragmentListType &getFragmentList() { return Fragments; } in getFragmentList() function
694 auto &Fragments = I->getFragmentList(); in finishLayout()
713 auto &Fragments = I->getFragmentList(); in finishLayout()