Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h597 bool matchPattern(StringRef Input, const LVMatchInfo &MatchInfo);
600 return matchPattern(Input, GenericMatchInfo); in matchGenericPattern()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp506 bool LVPatterns::matchPattern(StringRef Input, const LVMatchInfo &MatchInfo) { in matchPattern() function in LVPatterns