Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h595 bool matchPattern(StringRef Input, const LVMatchInfo &MatchInfo);
598 return matchPattern(Input, GenericMatchInfo); in matchGenericPattern()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp506 bool LVPatterns::matchPattern(StringRef Input, const LVMatchInfo &MatchInfo) { in matchPattern() function in LVPatterns