Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.h129 std::vector<NameOrPattern> PosMatchers; variable
137 PosMatchers.push_back(std::move(*Matcher)); in addMatcher()
143 return is_contained(PosMatchers, S) && !is_contained(NegMatchers, S); in matches()
145 bool empty() const { return PosMatchers.empty() && NegMatchers.empty(); } in empty()