Home
last modified time | relevance | path

Searched defs:IgnoreCase (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp409 bool IgnoreCase, bool UseRegex) { in createMatchEntry()
457 bool IgnoreCase = options().getSelectIgnoreCase(); in addPatterns() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegex.h33 IgnoreCase = 1, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp466 bool UseRegex) { in propagateOptions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h92 bool IgnoreCase; variable
372 : OptTable(OptionInfos, IgnoreCase), PrefixesUnion(PrefixesTable) { in OptTable() argument
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp88 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()
162 bool IgnoreCase) { in matchOption()
782 GenericOptTable::GenericOptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in GenericOptTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h39 bool IgnoreCase = false; member
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h658 bool IgnoreCase = false; global() variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp189 static opt<bool> IgnoreCase("ignore-case", variable