Home
last modified time | relevance | path

Searched refs:NewSections (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp68 void Object::addSections(ArrayRef<Section> NewSections) { in addSections() argument
69 for (Section S : NewSections) { in addSections()
H A DCOFFObject.h134 void addSections(ArrayRef<Section> NewSections);
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp534 SmallVector<NewSectionInfo, 0> &NewSections) { in loadNewSectionData() argument
551 NewSections.push_back({SecPair.first, std::move(*BufOrErr)}); in loadNewSectionData()