Searched refs:UseRegex (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.cpp | 409 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 D | Options.cpp | 280 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 D | llvm-dwarfdump.cpp | 220 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 D | LVOptions.h | 236 bool UseRegex = false; // --select-use-regex variable 414 BOOL_FUNCTION(Select, UseRegex); 548 bool IgnoreCase, bool UseRegex);
|