Searched refs:FindFileIndex (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBFileSpecList.cpp | 73 uint32_t SBFileSpecList::FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, in FindFileIndex() function in SBFileSpecList 75 LLDB_RECORD_METHOD(uint32_t, SBFileSpecList, FindFileIndex, in FindFileIndex() 79 return m_opaque_up->FindFileIndex(idx, sb_file.ref(), full); in FindFileIndex() 143 LLDB_REGISTER_METHOD(uint32_t, SBFileSpecList, FindFileIndex, in RegisterMethods()
|
D | SBCompileUnit.cpp | 175 return support_files.FindFileIndex(start_idx, sb_file.ref(), full); in FindSupportFileIndex()
|
/external/llvm-project/lldb/source/Core/ |
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()
|
D | SearchFilter.cpp | 524 return module_sp && m_module_spec_list.FindFileIndex( in ModulePasses() 532 return m_module_spec_list.FindFileIndex(0, spec, true) != UINT32_MAX; in ModulePasses() 560 if (m_module_spec_list.FindFileIndex(0, module->GetFileSpec(), false) == in Search() 718 if (m_cu_spec_list.FindFileIndex(0, cu_spec, false) == UINT32_MAX) in AddressPasses() 724 return m_cu_spec_list.FindFileIndex(0, fileSpec, false) != UINT32_MAX; in CompUnitPasses() 728 bool in_cu_list = m_cu_spec_list.FindFileIndex(0, compUnit.GetPrimaryFile(), in CompUnitPasses() 763 m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) == in Search() 783 if (m_cu_spec_list.FindFileIndex( in Search()
|
D | FileSpecList.cpp | 61 size_t FileSpecList::FindFileIndex(size_t start_idx, const FileSpec &file_spec, in FindFileIndex() function in FileSpecList
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBFileSpecList.i | 36 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompileUnit.cpp | 213 while ((idx = files.FindFileIndex(idx + 1, file, /*full=*/true)) != in FindFileIndexes() 253 GetSupportFiles().FindFileIndex(0, file_spec, true); in ResolveSymbolContext() 256 file_idx = GetSupportFiles().FindFileIndex(file_idx + 1, file_spec, true); in ResolveSymbolContext()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBFileSpecList.h | 37 uint32_t FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, bool full);
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | FileSpecList.h | 117 size_t FindFileIndex(size_t idx, const FileSpec &file, bool full) const;
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectSource.cpp | 209 size_t file_idx = cu_file_list.FindFileIndex(0, file_spec, has_path); in DumpFileLinesInCompUnit()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 1981 sc.comp_unit->GetSupportFiles().FindFileIndex(1, file_spec, true); in ResolveSymbolContext() 1993 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex( in ResolveSymbolContext()
|