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

/freebsd-11-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.cpp79 Obj.addSections(Sections);
H A DCOFFObjcopy.cpp81 Obj.addSections(Sec);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp157 void addSections(ArrayRef<OutputSection *> outputSections,
1694 pdb.addSections(outputSections, sectionTable);
1737 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, function in class:lld::coff::PDBLinker

Completed in 222 milliseconds