Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DConfigManager.cpp343 StringRef Filename, MatchStyle MS, in addSymbolsFromFile()
366 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
369 case MatchStyle::Literal: in create()
371 case MatchStyle::Wildcard: { in create()
385 return create(Pattern, MatchStyle::Literal, ErrorCallback); in create()
391 case MatchStyle::Regex: { in create()
721 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
722 ? MatchStyle::Regex in parseObjcopyOptions()
723 : MatchStyle::Wildcard; in parseObjcopyOptions()
724 MatchStyle SymbolMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
[all …]
H A DCommonConfig.h90 enum class MatchStyle { enum
112 create(StringRef Pattern, MatchStyle MS,