Searched refs:FindFileIndex (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FileLineResolver.cpp | 46 cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false); in SearchCallback() 58 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, in SearchCallback()
|
| H A D | SearchFilter.cpp | 568 return module_sp && m_module_spec_list.FindFileIndex( in ModulePasses() 576 return m_module_spec_list.FindFileIndex(0, spec, true) != UINT32_MAX; in ModulePasses() 612 if (m_module_spec_list.FindFileIndex(0, module->GetFileSpec(), false) != in Search() 780 if (m_cu_spec_list.FindFileIndex(0, sym_ctx.comp_unit, false) == UINT32_MAX) in AddressPasses() 786 return m_cu_spec_list.FindFileIndex(0, fileSpec, false) != UINT32_MAX; in CompUnitPasses() 791 m_cu_spec_list.FindFileIndex(0, compUnit, false) != UINT32_MAX; in CompUnitPasses() 826 m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) != in Search() 841 if (m_cu_spec_list.FindFileIndex(0, *matchingContext.comp_unit, in Search()
|
| H A D | FileSpecList.cpp | 83 size_t FileSpecList::FindFileIndex(size_t start_idx, const FileSpec &file_spec, in FindFileIndex() function in FileSpecList
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBFileSpecList.cpp | 61 uint32_t SBFileSpecList::FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, in FindFileIndex() function in SBFileSpecList 63 return m_opaque_ap->FindFileIndex(idx, sb_file.ref(), full); in FindFileIndex()
|
| H A D | SBCompileUnit.cpp | 183 return support_files.FindFileIndex(start_idx, sb_file.ref(), full); in FindSupportFileIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 251 file_idx = GetSupportFiles().FindFileIndex(1, *file_spec_ptr, true); in FindLineEntry() 260 file_idx = support_files.FindFileIndex( in FindLineEntry() 291 GetSupportFiles().FindFileIndex(1, file_spec, true); in ResolveSymbolContext() 294 file_idx = GetSupportFiles().FindFileIndex(file_idx + 1, file_spec, true); in ResolveSymbolContext()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBFileSpecList.h | 38 uint32_t FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, bool full);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | FileSpecList.h | 125 size_t FindFileIndex(size_t idx, const FileSpec &file, bool full) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 236 size_t file_idx = cu_file_list.FindFileIndex(0, file_spec, has_path); in DumpFileLinesInCompUnit()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1942 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex( in ResolveSymbolContext() 1955 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex( in ResolveSymbolContext()
|