Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h102 bool IsPositiveMatch = true; variable
106 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) in NameOrPattern() argument
107 : G(G), IsPositiveMatch(IsPositiveMatch) {} in NameOrPattern()
116 bool isPositiveMatch() const { return IsPositiveMatch; } in isPositiveMatch()
H A DConfigManager.cpp376 bool IsPositiveMatch = true; in create() local
378 IsPositiveMatch = false; in create()
392 IsPositiveMatch); in create()