Searched refs:MatchStyle (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ |
| H A D | CommonConfig.cpp | 15 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create() 18 case MatchStyle::Literal: in create() 20 case MatchStyle::Wildcard: { in create() 34 return create(Pattern, MatchStyle::Literal, ErrorCallback); in create() 40 case MatchStyle::Regex: { in create()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 623 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions() 624 ? MatchStyle::Regex in parseObjcopyOptions() 625 : MatchStyle::Wildcard; in parseObjcopyOptions() 626 MatchStyle SymbolMatchStyle in parseObjcopyOptions() 627 = InputArgs.hasArg(OBJCOPY_regex) ? MatchStyle::Regex in parseObjcopyOptions() 1201 "__LLVM,__bundle", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions() 1266 MatchStyle SectionMatchStyle = in parseStripOptions() 1267 InputArgs.hasArg(STRIP_regex) ? MatchStyle::Regex : MatchStyle::Wildcard; in parseStripOptions() 1268 MatchStyle SymbolMatchStyle in parseStripOptions() 1269 = InputArgs.hasArg(STRIP_regex) ? MatchStyle::Regex in parseStripOptions() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 92 enum class MatchStyle { enum 114 create(StringRef Pattern, MatchStyle MS,
|
| /llvm-project-15.0.7/llvm/unittests/ObjCopy/ |
| H A D | ObjCopyTest.cpp | 350 SectionWildcard, objcopy::MatchStyle::Wildcard, in removeSectionByPatternImpl()
|