Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h80 struct SectionFlagsUpdate { struct
239 StringMap<SectionFlagsUpdate> SetSectionFlags;
H A DConfigManager.cpp256 static Expected<SectionFlagsUpdate>
264 SectionFlagsUpdate SFU; in parseSetSectionFlagValue()
839 Expected<SectionFlagsUpdate> SFU = in parseObjcopyOptions()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp702 const SectionFlagsUpdate &SFU = Iter->second; in handleArgs()