Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.cpp342 StringRef Filename, MatchStyle MS, in addSymbolsFromFile()
365 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
368 case MatchStyle::Literal: in create()
370 case MatchStyle::Wildcard: { in create()
384 return create(Pattern, MatchStyle::Literal, ErrorCallback); in create()
390 case MatchStyle::Regex: { in create()
526 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
527 ? MatchStyle::Regex in parseObjcopyOptions()
528 : MatchStyle::Wildcard; in parseObjcopyOptions()
529 MatchStyle SymbolMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
[all …]
DCopyConfig.h94 enum class MatchStyle { enum
116 create(StringRef Pattern, MatchStyle MS,