Searched refs:NewSections (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp63 void Object::addSections(ArrayRef<Section> NewSections) { argument
64 for (Section S : NewSections) {
H A DObject.h134 void addSections(ArrayRef<Section> NewSections);

Completed in 64 milliseconds