Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h221 SmallVector<NewSectionInfo, 0> UpdateSection; member
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObjcopy.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-head/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
HDCOFFObjcopy.cpp278 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOObjcopy.cpp435 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp964 Config.UpdateSection)) in parseObjcopyOptions()