Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DReproducer.h45 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
180 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DReproducer.cpp204 const FileSpec &Generator::GetRoot() const { return m_root; } in GetRoot() function in Generator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp3028 ValueObject *ValueObject::GetRoot() { in GetRoot() function in ValueObject