Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h79 bool DirectoryEquals(const FileSpec &other) const;
/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp230 bool FileSpec::DirectoryEquals(const FileSpec &rhs) const { in DirectoryEquals() function in FileSpec
242 return FileEquals(rhs) && DirectoryEquals(rhs); in operator ==()
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp88 return left.DirectoryEquals(right); in FileSpecMatchesAsBaseOrFull()