Home
last modified time | relevance | path

Searched refs:NewSectionInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h185 struct NewSectionInfo { struct
186 NewSectionInfo() = default;
187 NewSectionInfo(StringRef Name, std::unique_ptr<MemoryBuffer> &&Buffer) in NewSectionInfo() argument
219 SmallVector<NewSectionInfo, 0> AddSection;
221 SmallVector<NewSectionInfo, 0> UpdateSection;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp311 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()
365 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection()
428 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
435 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp263 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
278 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp618 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection()
757 for (const NewSectionInfo &AddedSection : Config.AddSection) { in handleArgs()
772 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp178 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp534 SmallVector<NewSectionInfo, 0> &NewSections) { in loadNewSectionData() argument