Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpecList.h75 FindCompatibleIndex(size_t idx, const FileSpec &file,
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp166 size_t SupportFileList::FindCompatibleIndex( in FindCompatibleIndex() function in SupportFileList
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp221 while ((idx = files.FindCompatibleIndex(idx + 1, file, realpath_prefixes)) != in FindFileIndexes()