Home
last modified time | relevance | path

Searched refs:addSections (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp68 void Object::addSections(ArrayRef<Section> NewSections) { in addSections() function in llvm::objcopy::coff::Object
H A DObject.h134 void addSections(ArrayRef<Section> NewSections);
H A DReader.cpp80 Obj.addSections(Sections); in readSections()
H A DCOFFObjcopy.cpp81 Obj.addSections(Sec); in addSection()