Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp81 Obj.addSections(Sec); in addSection()
/openbsd/gnu/llvm/lld/wasm/
H A DWriter.cpp93 void addSections();
426 void Writer::addSections() { in addSections() function in lld::wasm::Writer
1662 addSections(); in run()
/openbsd/gnu/llvm/lld/COFF/
H A DPDB.cpp138 void addSections(ArrayRef<uint8_t> sectionTable);
1600 pdb.addSections(sectionTable); in createPDB()
1646 void PDBLinker::addSections(ArrayRef<uint8_t> sectionTable) { in addSections() function in PDBLinker