Searched refs:addSections (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp63 void Object::addSections(ArrayRef<Section> NewSections) { function in class:llvm::objcopy::coff::Object
H A DObject.h134 void addSections(ArrayRef<Section> NewSections);
H A DReader.cpp80 Obj.addSections(Sections);
H A DCOFFObjcopy.cpp81 Obj.addSections(Sec);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp124 void addSections(ArrayRef<OutputSection *> outputSections,
1369 pdb.addSections(outputSections, sectionTable);
1414 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, function in class:PDBLinker

Completed in 101 milliseconds