Searched refs:NewSections (Results 1 – 3 of 3) sorted by relevance
68 void Object::addSections(ArrayRef<Section> NewSections) { in addSections() argument69 for (Section S : NewSections) { in addSections()
134 void addSections(ArrayRef<Section> NewSections);
534 SmallVector<NewSectionInfo, 0> &NewSections) { in loadNewSectionData() argument551 NewSections.push_back({SecPair.first, std::move(*BufOrErr)}); in loadNewSectionData()