Searched refs:addSections (Results 1 – 4 of 4) sorted by relevance
68 void Object::addSections(ArrayRef<Section> NewSections) { in addSections() function in llvm::objcopy::coff::Object
134 void addSections(ArrayRef<Section> NewSections);
80 Obj.addSections(Sections); in readSections()
81 Obj.addSections(Sec); in addSection()