Searched refs:MatchStyle (Results 1 – 2 of 2) sorted by relevance
343 StringRef Filename, MatchStyle MS, in addSymbolsFromFile()366 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()369 case MatchStyle::Literal: in create()371 case MatchStyle::Wildcard: { in create()385 return create(Pattern, MatchStyle::Literal, ErrorCallback); in create()391 case MatchStyle::Regex: { in create()721 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()722 ? MatchStyle::Regex in parseObjcopyOptions()723 : MatchStyle::Wildcard; in parseObjcopyOptions()724 MatchStyle SymbolMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()[all …]
90 enum class MatchStyle { enum112 create(StringRef Pattern, MatchStyle MS,