Searched refs:UseRegex (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.cpp | 411 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 D | Options.cpp | 283 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 D | llvm-dwarfdump.cpp | 222 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 D | LVOptions.h | 237 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 D | SpecialCaseList.h | 125 bool UseRegex);
|