Searched refs:MatchStyle (Results 1 – 2 of 2) sorted by relevance
342 StringRef Filename, MatchStyle MS, in addSymbolsFromFile()365 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()368 case MatchStyle::Literal: in create()370 case MatchStyle::Wildcard: { in create()384 return create(Pattern, MatchStyle::Literal, ErrorCallback); in create()390 case MatchStyle::Regex: { in create()526 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()527 ? MatchStyle::Regex in parseObjcopyOptions()528 : MatchStyle::Wildcard; in parseObjcopyOptions()529 MatchStyle SymbolMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()[all …]
94 enum class MatchStyle { enum116 create(StringRef Pattern, MatchStyle MS,