Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducer.h43 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
178 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducer.cpp179 const FileSpec &Generator::GetRoot() const { return m_root; } in GetRoot() function in Generator
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp3031 ValueObject *ValueObject::GetRoot() { in GetRoot() function in ValueObject