Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp423 Match.Mode = LVMatchMode::Regex; in createMatchEntry()
432 Match.Mode = IgnoreCase ? LVMatchMode::NoCase : LVMatchMode::Match; in createMatchEntry()
469 << (Match.Mode == LVMatchMode::Match ? "Match" : "Regex") in addPatterns()
514 case LVMatchMode::Match: in matchPattern()
517 case LVMatchMode::NoCase: in matchPattern()
520 case LVMatchMode::Regex: in matchPattern()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h450 enum class LVMatchMode { enum
461 LVMatchMode Mode = LVMatchMode::None; // Match mode.