Home
last modified time | relevance | path

Searched refs:UseRegex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp411 bool IgnoreCase, bool UseRegex) { in createMatchEntry() argument
414 if (UseRegex) { in createMatchEntry()
459 bool UseRegex = options().getSelectUseRegex(); in addPatterns() local
462 if (Error Err = createMatchEntry(Filters, Pattern, IgnoreCase, UseRegex)) in addPatterns()
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp283 cl::Hidden, cl::ZeroOrMore, cl::location(ReaderOptions.Select.UseRegex),
470 bool UseRegex) { in propagateOptions() argument
473 Set.insert((IgnoreCase && !UseRegex) ? StringRef(Pattern).lower() in propagateOptions()
479 ReaderOptions.Select.IgnoreCase, ReaderOptions.Select.UseRegex); in propagateOptions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp222 static opt<bool> UseRegex( variable
228 static alias RegexAlias("x", desc("Alias for --regex"), aliasopt(UseRegex),
413 (IgnoreCase && !UseRegex) ? NameRef.lower() : NameRef.str(); in filterByName()
414 if (UseRegex) { in filterByName()
716 Names.insert((IgnoreCase && !UseRegex) ? StringRef(name).lower() : name); in dumpObjectFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h237 bool UseRegex = false; // --select-use-regex variable
417 BOOL_FUNCTION(Select, UseRegex);
551 bool IgnoreCase, bool UseRegex);
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h125 bool UseRegex);