Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h185 struct NewSectionInfo { struct
186 NewSectionInfo() = default;
187 NewSectionInfo(StringRef Name, std::unique_ptr<MemoryBuffer> &&Buffer) in NewSectionInfo() function
219 SmallVector<NewSectionInfo, 0> AddSection;
221 SmallVector<NewSectionInfo, 0> UpdateSection;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObjcopy.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-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.cpp263 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
278 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObjcopy.cpp124 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.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-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
HDllvm-dwarfutil.cpp178 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp534 SmallVector<NewSectionInfo, 0> &NewSections) { in loadNewSectionData() argument