Home
last modified time | relevance | path

Searched refs:GetRoot (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DReproducer.h52 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
130 const FileSpec &GetRoot() const;
158 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DReproducer.cpp132 return g->GetRoot(); in GetReproducerPath()
134 return l->GetRoot(); in GetReproducerPath()
170 const FileSpec &Generator::GetRoot() const { return m_root; } in GetRoot() function in Generator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp225 ValueObject *root(GetRoot()); in IsInScope()
H A DValueObject.cpp3181 ValueObject *root(GetRoot()); in GetModule()
3187 ValueObject *ValueObject::GetRoot() { in GetRoot() function in ValueObject
3208 ValueObject *root(GetRoot()); in GetAddressTypeOfChildren()
3238 if (GetRoot()) { in GetPreferredDisplayLanguage()
3239 if (GetRoot() == this) { in GetPreferredDisplayLanguage()
3247 type = GetRoot()->GetPreferredDisplayLanguage(); in GetPreferredDisplayLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h473 ValueObject *GetRoot();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp172 GetRoot().CopyByAppendingPathComponent("gdb-remote.yaml"); in GetHistoryStream()
3447 FileSpec history_file = loader->GetRoot().CopyByAppendingPathComponent( in ConnectToReplayServer()