Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h79 struct SectionFlagsUpdate { struct
194 StringMap<SectionFlagsUpdate> SetSectionFlags;
H A DConfigManager.cpp254 static Expected<SectionFlagsUpdate>
262 SectionFlagsUpdate SFU; in parseSetSectionFlagValue()
846 Expected<SectionFlagsUpdate> SFU = in parseObjcopyOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp653 const SectionFlagsUpdate &SFU = Iter->second; in handleArgs()