Searched refs:MatchStyle (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp303 StringRef Filename, MatchStyle MS,
326 NameOrPattern::create(StringRef Pattern, MatchStyle MS,
329 case MatchStyle::Literal:
331 case MatchStyle::Wildcard: {
345 return create(Pattern, MatchStyle::Literal, ErrorCallback);
351 case MatchStyle::Regex: {
357 llvm_unreachable("Unhandled llvm.objcopy.MatchStyle enum");
462 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex)
463 ? MatchStyle::Regex
464 : MatchStyle
[all...]
H A DCopyConfig.h92 enum class MatchStyle { class in namespace:llvm::objcopy
114 create(StringRef Pattern, MatchStyle MS,

Completed in 142 milliseconds