Home
last modified time | relevance | path

Searched refs:FileEquals (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp233 bool FileSpec::FileEquals(const FileSpec &rhs) const { in FileEquals() function in FileSpec
240 return FileEquals(rhs) && DirectoryEquals(rhs); in operator ==()
298 return a.FileEquals(b); in Equal()
305 return pattern.FileEquals(file); in Match()
H A DFileSpecList.cpp131 if (!curr_file.FileEquals(file_spec)) in FindCompatibleIndex()
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h81 bool FileEquals(const FileSpec &other) const;
/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp152 !sym_ctx.module_sp->GetFileSpec().FileEquals(location.module_spec)) in RecognizeFrame()
/llvm-project/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp84 if (!left.FileEquals(right)) in FileSpecMatchesAsBaseOrFull()