Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 ==()
297 return a.FileEquals(b); in Equal()
304 return pattern.FileEquals(file); in Match()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h81 bool FileEquals(const FileSpec &other) const;
/llvm-project-15.0.7/lldb/source/Target/
H A DAssertFrameRecognizer.cpp161 !sym_ctx.module_sp->GetFileSpec().FileEquals(location.module_spec)) in RecognizeFrame()
/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp84 if (!left.FileEquals(right)) in FileSpecMatchesAsBaseOrFull()