Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp261 auto Section2Flags = StringRef(FlagValue).split('='); in parseSetSectionFlagValue() local
263 SFU.Name = Section2Flags.first; in parseSetSectionFlagValue()
267 Section2Flags.second.split(SectionFlags, ','); in parseSetSectionFlagValue()