Searched refs:addSections (Results 1 – 6 of 6) sorted by relevance
74 void Object::addSections(ArrayRef<Section> NewSections) { in addSections() function in llvm::objcopy::coff::Object
134 void addSections(ArrayRef<Section> NewSections);
80 Obj.addSections(Sections); in readSections()
81 Obj.addSections(Sec); in addSection()
83 void addSections();392 void Writer::addSections() { in addSections() function in lld::wasm::Writer1294 addSections(); in run()
123 void addSections(ArrayRef<OutputSection *> outputSections,1363 pdb.addSections(outputSections, sectionTable); in createPDB()1408 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, in addSections() function in PDBLinker