Home
last modified time | relevance | path

Searched refs:SectionFlagsUpdate (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h82 struct SectionFlagsUpdate { struct
246 StringMap<SectionFlagsUpdate> SetSectionFlags;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp235 static Expected<SectionFlagsUpdate>
243 SectionFlagsUpdate SFU; in parseSetSectionFlagValue()
805 Expected<SectionFlagsUpdate> SFU = in parseObjcopyOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp699 const SectionFlagsUpdate &SFU = Iter->second; in handleArgs()