Searched refs:FindFileIndex (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | SearchFilter.cpp | 526 …if (module_sp && m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) != UINT32_MA… in ModulePasses() 538 if (m_module_spec_list.FindFileIndex(0, spec, true) != UINT32_MAX) in ModulePasses() 588 if (m_module_spec_list.FindFileIndex(0, module->GetFileSpec(), false) != UINT32_MAX) in Search() 718 return m_cu_spec_list.FindFileIndex(0, fileSpec, false) != UINT32_MAX; in CompUnitPasses() 724 bool in_cu_list = m_cu_spec_list.FindFileIndex(0, compUnit, false) != UINT32_MAX; in CompUnitPasses() 766 …if (no_modules_in_filter || m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) !… in Search() 786 … if (m_cu_spec_list.FindFileIndex(0, *matchingContext.comp_unit, false) != UINT32_MAX) in Search()
|
| HD | FileLineResolver.cpp | 55 uint32_t file_idx = cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback() 70 … file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, m_file_spec, false); in SearchCallback()
|
| HD | FileSpecList.cpp | 110 FileSpecList::FindFileIndex (size_t start_idx, const FileSpec &file_spec, bool full, bool remove_do… in FindFileIndex() function in FileSpecList
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | CompileUnit.cpp | 288 file_idx = GetSupportFiles().FindFileIndex (1, *file_spec_ptr, true); in FindLineEntry() 299 file_idx = support_files.FindFileIndex (1, support_files.GetFileSpecAtIndex(0), full); in FindLineEntry() 336 uint32_t file_idx = GetSupportFiles().FindFileIndex (1, file_spec, true, remove_backup_dots); in ResolveSymbolContext() 340 … file_idx = GetSupportFiles().FindFileIndex (file_idx + 1, file_spec, true, remove_backup_dots); in ResolveSymbolContext()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBFileSpecList.cpp | 85 SBFileSpecList::FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full) in FindFileIndex() function in SBFileSpecList 87 return m_opaque_ap->FindFileIndex (idx, sb_file.ref(), full); in FindFileIndex()
|
| HD | SBCompileUnit.cpp | 226 return support_files.FindFileIndex(start_idx, sb_file.ref(), full); in FindSupportFileIndex()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBFileSpecList.h | 45 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | FileSpecList.h | 130 …FindFileIndex (size_t idx, const FileSpec &file, bool full, bool remove_backup_dots = false) const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.cpp | 3162 … file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true); in ResolveSymbolContext() 3176 … file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true); in ResolveSymbolContext()
|