Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp68 void Object::addSections(ArrayRef<Section> NewSections) { in addSections() function in llvm::objcopy::coff::Object
H A DCOFFObject.h134 void addSections(ArrayRef<Section> NewSections);
H A DCOFFReader.cpp80 Obj.addSections(Sections); in readSections()
H A DCOFFObjcopy.cpp82 Obj.addSections(Sec); in addSection()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp140 void addSections(ArrayRef<uint8_t> sectionTable);
1617 pdb.addSections(sectionTable); in createPDB()
1673 void PDBLinker::addSections(ArrayRef<uint8_t> sectionTable) { in addSections() function in PDBLinker