Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
DConfigManager.cpp346 StringRef Filename, MatchStyle MS, in addSymbolsFromFile()
369 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
372 case MatchStyle::Literal: in create()
374 case MatchStyle::Wildcard: { in create()
388 return create(Pattern, MatchStyle::Literal, ErrorCallback); in create()
394 case MatchStyle::Regex: { in create()
700 MatchStyle SectionMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
701 ? MatchStyle::Regex in parseObjcopyOptions()
702 : MatchStyle::Wildcard; in parseObjcopyOptions()
703 MatchStyle SymbolMatchStyle = InputArgs.hasArg(OBJCOPY_regex) in parseObjcopyOptions()
[all …]
DCommonConfig.h91 enum class MatchStyle { enum
113 create(StringRef Pattern, MatchStyle MS,