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.h198 struct NewSectionInfo { struct
199 NewSectionInfo() = default;
200 NewSectionInfo(StringRef Name, std::unique_ptr<MemoryBuffer> &&Buffer) in NewSectionInfo() function
232 SmallVector<NewSectionInfo, 0> AddSection;
234 SmallVector<NewSectionInfo, 0> UpdateSection;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp330 static Error addSection(const NewSectionInfo &NewSection, Object &Obj) { in addSection()
402 static Error updateSection(const NewSectionInfo &NewSection, Object &O) { in updateSection()
466 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
473 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp271 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
286 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp125 for (const NewSectionInfo &NewSection : Config.AddSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp721 handleUserSection(const NewSectionInfo &NewSection, in handleUserSection()
915 for (const NewSectionInfo &AddedSection : Config.AddSection) { in handleArgs()
930 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp180 Config.Common.AddSection.emplace_back(objcopy::NewSectionInfo( in setConfigToAddNewDebugSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp578 SmallVector<NewSectionInfo, 0> &NewSections) { in loadNewSectionData() argument