Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h131 DenseSet<CachedHashStringRef> PosNames; variable
141 PosNames.insert(CachedHashStringRef(*MaybeName)); in addMatcher()
150 return (PosNames.contains(CachedHashStringRef(S)) || in matches()
155 return PosNames.empty() && PosPatterns.empty() && NegMatchers.empty(); in empty()