Lines Matching refs:MatchStyle
331 StringRef Filename, MatchStyle MS, in addSymbolsFromFile()
607 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
608 ? MatchStyle::Regex in parseObjcopyOptions()
609 : MatchStyle::Wildcard; in parseObjcopyOptions()
610 MatchStyle SymbolMatchStyle in parseObjcopyOptions()
611 = InputArgs.hasArg(OBJCOPY_regex) ? MatchStyle::Regex in parseObjcopyOptions()
612 : InputArgs.hasArg(OBJCOPY_wildcard) ? MatchStyle::Wildcard in parseObjcopyOptions()
613 : MatchStyle::Literal; in parseObjcopyOptions()
1210 "__LLVM,__asm", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1212 "__LLVM,__bitcode", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1214 "__LLVM,__bundle", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1216 "__LLVM,__cmdline", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1218 "__LLVM,__swift_cmdline", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1282 MatchStyle SectionMatchStyle = in parseStripOptions()
1283 InputArgs.hasArg(STRIP_regex) ? MatchStyle::Regex : MatchStyle::Wildcard; in parseStripOptions()
1284 MatchStyle SymbolMatchStyle in parseStripOptions()
1285 = InputArgs.hasArg(STRIP_regex) ? MatchStyle::Regex in parseStripOptions()
1286 : InputArgs.hasArg(STRIP_wildcard) ? MatchStyle::Wildcard in parseStripOptions()
1287 : MatchStyle::Literal; in parseStripOptions()