Home
last modified time | relevance | path

Searched refs: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() argument
412 if (UseRegex) { in createMatchEntry()
458 bool UseRegex = options().getSelectUseRegex(); in addPatterns() local
461 if (Error Err = createMatchEntry(Filters, Pattern, IgnoreCase, UseRegex)) in addPatterns()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp280 cl::Hidden, cl::ZeroOrMore, cl::location(ReaderOptions.Select.UseRegex),
466 bool UseRegex) { in propagateOptions() argument
469 Set.insert((IgnoreCase && !UseRegex) ? StringRef(Pattern).lower() in propagateOptions()
475 ReaderOptions.Select.IgnoreCase, ReaderOptions.Select.UseRegex); in propagateOptions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp220 static opt<bool> UseRegex( variable
226 static alias RegexAlias("x", desc("Alias for --regex"), aliasopt(UseRegex),
403 (IgnoreCase && !UseRegex) ? NameRef.lower() : NameRef.str(); in filterByName()
404 if (UseRegex) { in filterByName()
703 Names.insert((IgnoreCase && !UseRegex) ? StringRef(name).lower() : name); in dumpObjectFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h236 bool UseRegex = false; // --select-use-regex variable
414 BOOL_FUNCTION(Select, UseRegex);
548 bool IgnoreCase, bool UseRegex);