Searched refs:full_match (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | SearchFilter.cpp | 380 const bool full_match = (bool)spec.GetDirectory(); in ModulePasses() local 381 return FileSpec::Equal(spec, m_module_spec, full_match); in ModulePasses() 428 const bool full_match = (bool)m_module_spec.GetDirectory(); in Search() local 429 if (FileSpec::Equal (m_module_spec, module->GetFileSpec(), full_match)) in Search()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | CompileUnit.cpp | 327 const bool full_match = (bool)file_spec.GetDirectory(); in ResolveSymbolContext() local 329 …bool file_spec_matches_cu_file_spec = FileSpec::Equal(file_spec, *this, full_match, remove_backup_… in ResolveSymbolContext()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | TargetList.cpp | 544 bool full_match = (bool)exe_file_spec.GetDirectory(); in FindTargetWithExecutableAndArchitecture() local 553 if (FileSpec::Equal (exe_file_spec, exe_module->GetFileSpec(), full_match)) in FindTargetWithExecutableAndArchitecture()
|
| /NextBSD/contrib/gcc/ |
| HD | genoutput.c | 626 goto full_match; in place_operands() 649 full_match: in place_operands()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARFDebugMap.cpp | 856 const bool full_match = (bool)file_spec.GetDirectory(); in ResolveSymbolContext() local 857 resolve = FileSpec::Equal (file_spec, so_file_spec, full_match); in ResolveSymbolContext()
|
| HD | SymbolFileDWARF.cpp | 3148 const bool full_match = (bool)file_spec.GetDirectory(); in ResolveSymbolContext() local 3149 …l file_spec_matches_cu_file_spec = dc_cu != NULL && FileSpec::Equal(file_spec, *dc_cu, full_match); in ResolveSymbolContext()
|