Home
last modified time | relevance | path

Searched defs:GetDirectory (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBFileSpec.cpp114 const char *SBFileSpec::GetDirectory() const { in GetDirectory() function in SBFileSpec
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp334 ConstString &FileSpec::GetDirectory() { return m_directory; } in GetDirectory() function in FileSpec
337 ConstString FileSpec::GetDirectory() const { return m_directory; } in GetDirectory() function in FileSpec
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducerProvider.h149 llvm::StringRef GetDirectory() { return m_directory; } in GetDirectory() function