Home
last modified time | relevance | path

Searched refs:NS_CaseInsensitive (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h105 NS_CaseInsensitive = 0x2, enumerator
111 NS_CaseInFileNameExt = NS_CaseInsensitive | NS_FileNameExtMatch,
113 NS_CaseInRex = NS_Regex | NS_CaseInsensitive
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp82 this, RecordedResult, PDB_NameSearchFlags::NS_CaseInsensitive); in getSourceFileFullPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp816 file_spec.GetPath(), PDB_NameSearchFlags::NS_CaseInsensitive); in ResolveSymbolContext()