Lines Matching refs:MatchStyle
349 StringRef Filename, MatchStyle MS, in addSymbolsFromFile()
663 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
664 ? MatchStyle::Regex in parseObjcopyOptions()
665 : MatchStyle::Wildcard; in parseObjcopyOptions()
666 MatchStyle SymbolMatchStyle in parseObjcopyOptions()
667 = InputArgs.hasArg(OBJCOPY_regex) ? MatchStyle::Regex in parseObjcopyOptions()
668 : InputArgs.hasArg(OBJCOPY_wildcard) ? MatchStyle::Wildcard in parseObjcopyOptions()
669 : MatchStyle::Literal; in parseObjcopyOptions()
1366 "__LLVM,__asm", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1368 "__LLVM,__bitcode", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1370 "__LLVM,__bundle", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1372 "__LLVM,__cmdline", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1374 "__LLVM,__swift_cmdline", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions()
1438 MatchStyle SectionMatchStyle = in parseStripOptions()
1439 InputArgs.hasArg(STRIP_regex) ? MatchStyle::Regex : MatchStyle::Wildcard; in parseStripOptions()
1440 MatchStyle SymbolMatchStyle in parseStripOptions()
1441 = InputArgs.hasArg(STRIP_regex) ? MatchStyle::Regex in parseStripOptions()
1442 : InputArgs.hasArg(STRIP_wildcard) ? MatchStyle::Wildcard in parseStripOptions()
1443 : MatchStyle::Literal; in parseStripOptions()