Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h132 std::vector<NameOrPattern> PosPatterns; variable
143 PosPatterns.push_back(std::move(*Matcher)); in addMatcher()
151 is_contained(PosPatterns, S)) && in matches()
155 return PosNames.empty() && PosPatterns.empty() && NegMatchers.empty(); in empty()