Home
last modified time | relevance | path

Searched refs:FindCompatibleIndex (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h70 size_t FindCompatibleIndex(size_t idx, const FileSpec &file) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp111 size_t SupportFileList::FindCompatibleIndex(size_t start_idx, in FindCompatibleIndex() function in SupportFileList
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp220 while ((idx = files.FindCompatibleIndex(idx + 1, file)) != in FindFileIndexes()