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.h234 SmallVector<NewSectionInfo, 0> UpdateSection; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp930 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
931 auto UpdateSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local
934 if (Error E = handleUserSection(NewSection, UpdateSection)) in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObjcopy.cpp286 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp473 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp1072 Config.UpdateSection)) in parseObjcopyOptions()
1273 if (!Config.UpdateSection.empty()) in parseObjcopyOptions()