Searched refs:FindFileIndex (Results 1 - 10 of 10) sorted by relevance

/external/lldb/scripts/Python/interface/
H A DSBFileSpecList.i37 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
/external/lldb/source/Core/
H A DFileLineResolver.cpp56 uint32_t file_idx = cu->GetSupportFiles().FindFileIndex(start_file_idx, m_file_spec, false);
71 file_idx = cu->GetSupportFiles().FindFileIndex(file_idx + 1, m_file_spec, false);
H A DSearchFilter.cpp501 if (module_sp && m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) != UINT32_MAX)
513 if (m_module_spec_list.FindFileIndex(0, spec, true) != UINT32_MAX)
563 if (m_module_spec_list.FindFileIndex(0, module->GetFileSpec(), false) != UINT32_MAX)
685 return m_cu_spec_list.FindFileIndex(0, fileSpec, false) != UINT32_MAX;
691 bool in_cu_list = m_cu_spec_list.FindFileIndex(0, compUnit, false) != UINT32_MAX;
733 if (no_modules_in_filter || m_module_spec_list.FindFileIndex(0, module_sp->GetFileSpec(), false) != UINT32_MAX)
753 if (m_cu_spec_list.FindFileIndex(0, *matchingContext.comp_unit, false) != UINT32_MAX)
H A DFileSpecList.cpp110 FileSpecList::FindFileIndex (size_t start_idx, const FileSpec &file_spec, bool full) const function in class:FileSpecList
/external/lldb/include/lldb/API/
H A DSBFileSpecList.h45 FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full);
/external/lldb/source/API/
H A DSBFileSpecList.cpp84 SBFileSpecList::FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full) function in class:SBFileSpecList
86 return m_opaque_ap->FindFileIndex (idx, sb_file.ref(), full);
H A DSBCompileUnit.cpp217 return support_files.FindFileIndex(start_idx, sb_file.ref(), full);
/external/lldb/include/lldb/Core/
H A DFileSpecList.h127 FindFileIndex (size_t idx, const FileSpec &file, bool full) const;
/external/lldb/source/Symbol/
H A DCompileUnit.cpp288 file_idx = GetSupportFiles().FindFileIndex (1, *file_spec_ptr, true);
299 file_idx = support_files.FindFileIndex (1, support_files.GetFileSpecAtIndex(0), full);
335 uint32_t file_idx = GetSupportFiles().FindFileIndex (1, file_spec, true);
339 file_idx = GetSupportFiles().FindFileIndex (file_idx + 1, file_spec, true);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2862 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true);
2876 file_idx = sc.comp_unit->GetSupportFiles().FindFileIndex (1, file_spec, true);

Completed in 176 milliseconds