Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp232 bool FileSpec::FileEquals(const FileSpec &rhs) const { in FileEquals() function in FileSpec
239 return FileEquals(rhs) && DirectoryEquals(rhs); in operator ==()
297 return a.FileEquals(b); in Equal()
304 return pattern.FileEquals(file); in Match()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h81 bool FileEquals(const FileSpec &other) const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFileSpecList.cpp100 if (!curr_file.FileEquals(file_spec)) in FindCompatibleIndex()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp161 !sym_ctx.module_sp->GetFileSpec().FileEquals(location.module_spec)) in RecognizeFrame()