Searched refs:FindFileIndex (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FileLineResolver.cpp | 43 cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback() 55 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, in SearchCallback()
|
| H A D | SearchFilter.cpp | 513 return module_sp && m_module_spec_list.FindFileIndex( in ModulePasses() 521 return m_module_spec_list.FindFileIndex(0, spec, true) != UINT32_MAX; in ModulePasses() 543 if (m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) == in Search() 701 if (m_cu_spec_list.FindFileIndex(0, cu_spec, false) == UINT32_MAX) in AddressPasses() 707 return m_cu_spec_list.FindFileIndex(0, fileSpec, false) != UINT32_MAX; in CompUnitPasses() 711 bool in_cu_list = m_cu_spec_list.FindFileIndex(0, compUnit.GetPrimaryFile(), in CompUnitPasses() 742 m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) == in Search() 762 if (m_cu_spec_list.FindFileIndex( in Search()
|
| H A D | FileSpecList.cpp | 60 size_t FileSpecList::FindFileIndex(size_t start_idx, const FileSpec &file_spec, in FindFileIndex() function in FileSpecList
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBFileSpecList.cpp | 68 uint32_t SBFileSpecList::FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, in FindFileIndex() function in SBFileSpecList 72 return m_opaque_up->FindFileIndex(idx, sb_file.ref(), full); in FindFileIndex()
|
| H A D | SBCompileUnit.cpp | 175 return support_files.FindFileIndex(start_idx, sb_file.ref(), full); in FindSupportFileIndex()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBFileSpecList.i | 39 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBFileSpecList.h | 37 uint32_t FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, bool full);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | FileSpecList.h | 117 size_t FindFileIndex(size_t idx, const FileSpec &file, bool full) const;
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 210 size_t file_idx = cu_file_list.FindFileIndex(0, file_spec, has_path); in DumpFileLinesInCompUnit()
|