Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp74 void Object::addSections(ArrayRef<Section> NewSections) { in addSections() argument
75 for (Section S : NewSections) { in addSections()
DObject.h134 void addSections(ArrayRef<Section> NewSections);