Home
last modified time | relevance | path

Searched defs:UseRegex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp409 bool IgnoreCase, bool UseRegex) { in createMatchEntry()
458 bool UseRegex = options().getSelectUseRegex(); in addPatterns() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp466 bool UseRegex) { in propagateOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h236 bool UseRegex = false; // --select-use-regex variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp220 static opt<bool> UseRegex( variable