Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp369 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
372 case MatchStyle::Literal: in create()
374 case MatchStyle::Wildcard: { in create()
394 case MatchStyle::Regex: { in create()
701 ? MatchStyle::Regex in parseObjcopyOptions()
702 : MatchStyle::Wildcard; in parseObjcopyOptions()
704 ? MatchStyle::Regex in parseObjcopyOptions()
1288 MatchStyle SectionMatchStyle = in parseStripOptions()
1289 InputArgs.hasArg(STRIP_regex) ? MatchStyle::Regex : MatchStyle::Wildcard; in parseStripOptions()
1290 MatchStyle SymbolMatchStyle = InputArgs.hasArg(STRIP_regex) in parseStripOptions()
[all …]
H A DCommonConfig.h91 enum class MatchStyle { enum
113 create(StringRef Pattern, MatchStyle MS,