Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h75 struct SectionFlagsUpdate { struct
241 StringMap<SectionFlagsUpdate> SetSectionFlags;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp238 static Expected<SectionFlagsUpdate>
246 SectionFlagsUpdate SFU; in parseSetSectionFlagValue()
911 Expected<SectionFlagsUpdate> SFU = in parseObjcopyOptions()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp799 const SectionFlagsUpdate &SFU = Iter->second; in handleArgs()