Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFileSpecList.h143 size_t FindCompatibleIndex(size_t idx, const FileSpec &file) const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFileSpecList.cpp84 size_t FileSpecList::FindCompatibleIndex(size_t start_idx, in FindCompatibleIndex() function in FileSpecList
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompileUnit.cpp224 while ((idx = files.FindCompatibleIndex(idx + 1, file)) != in FindFileIndexes()