Home
last modified time | relevance | path

Searched refs:UpdateSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h221 SmallVector<NewSectionInfo, 0> UpdateSection; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp772 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
773 auto UpdateSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local
776 if (Error E = handleUserSection(NewSection, UpdateSection)) in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp278 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp435 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp964 Config.UpdateSection)) in parseObjcopyOptions()