Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp74 void Object::addSections(ArrayRef<Section> NewSections) { in addSections() function in llvm::objcopy::coff::Object
DObject.h134 void addSections(ArrayRef<Section> NewSections);
DReader.cpp80 Obj.addSections(Sections); in readSections()
DCOFFObjcopy.cpp81 Obj.addSections(Sec); in addSection()
/external/llvm-project/lld/wasm/
DWriter.cpp83 void addSections();
392 void Writer::addSections() { in addSections() function in lld::wasm::Writer
1294 addSections(); in run()
/external/llvm-project/lld/COFF/
DPDB.cpp123 void addSections(ArrayRef<OutputSection *> outputSections,
1363 pdb.addSections(outputSections, sectionTable); in createPDB()
1408 void PDBLinker::addSections(ArrayRef<OutputSection *> outputSections, in addSections() function in PDBLinker