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.h600 LLVM_ABI bool matchPattern(StringRef Input, const LVMatchInfo &MatchInfo);
603 return matchPattern(Input, GenericMatchInfo); in matchGenericPattern()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp507 bool LVPatterns::matchPattern(StringRef Input, const LVMatchInfo &MatchInfo) { in matchPattern() function in LVPatterns