Home
last modified time | relevance | path

Searched refs:FindFileIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFileLineResolver.cpp43 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 DSearchFilter.cpp513 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()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp68 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 DSBCompileUnit.cpp175 return support_files.FindFileIndex(start_idx, sb_file.ref(), full); in FindSupportFileIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h45 size_t FindFileIndex(size_t idx, const FileSpec &file, bool full) const;
176 size_t FindFileIndex(size_t idx, const FileSpec &file, bool full) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFileSpecList.h37 uint32_t FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, bool full);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp71 static size_t FindFileIndex(size_t start_idx, const FileSpec &file_spec, in FindFileIndex()
95 size_t FileSpecList::FindFileIndex(size_t start_idx, const FileSpec &file_spec, in FindCompatibleIndex()
97 return ::FindFileIndex( in FindCompatibleIndex()
102 size_t SupportFileList::FindFileIndex(size_t start_idx, in FindCompatibleIndex()
105 return ::FindFileIndex(start_idx, file_spec, full, m_files.size(), in FindCompatibleIndex()
58 size_t FileSpecList::FindFileIndex(size_t start_idx, const FileSpec &file_spec, FindFileIndex() function in FileSpecList
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp208 size_t file_idx = cu_file_list.FindFileIndex(0, file_spec, has_path); in DumpFileLinesInCompUnit()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29847 result = (uint32_t)(arg1)->FindFileIndex(arg2,(lldb::SBFileSpec const &)*arg3,arg4); in _wrap_SBFileSpecList_FindFileIndex()