Searched refs:MatchStyle (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 362 StringRef Filename, MatchStyle MS, in addSymbolsFromFile() 638 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions() 639 ? MatchStyle::Regex in parseObjcopyOptions() 640 : MatchStyle::Wildcard; in parseObjcopyOptions() 641 MatchStyle SymbolMatchStyle in parseObjcopyOptions() 642 = InputArgs.hasArg(OBJCOPY_regex) ? MatchStyle::Regex in parseObjcopyOptions() 643 : InputArgs.hasArg(OBJCOPY_wildcard) ? MatchStyle::Wildcard in parseObjcopyOptions() 644 : MatchStyle::Literal; in parseObjcopyOptions() 1212 "__LLVM,__asm", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions() 1214 "__LLVM,__bitcode", MatchStyle::Literal, ErrorCallback))); in parseBitcodeStripOptions() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 92 enum class MatchStyle { enum 114 create(StringRef Pattern, MatchStyle MS,
|