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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h103 bool IsPositiveMatch = true; member in class:llvm::objcopy::NameOrPattern
107 NameOrPattern(std::shared_ptr<GlobPattern> G, bool IsPositiveMatch) argument
108 : G(G), IsPositiveMatch(IsPositiveMatch) {}
117 bool isPositiveMatch() const { return IsPositiveMatch; }
H A DCopyConfig.cpp333 bool IsPositiveMatch = true; local
335 IsPositiveMatch = false;
349 IsPositiveMatch);

Completed in 57 milliseconds