Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducerProvider.cpp40 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
60 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
82 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
99 GetRoot().CopyByAppendingPathComponent(filename)); in GetNewProcessInfoRecorder()
127 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
H A DGDBRemote.cpp105 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
131 PacketRecorder::Create(GetRoot().CopyByAppendingPathComponent(filename)); in GetNewPacketRecorder()
150 FileSpec history_file = GetRoot().CopyByAppendingPathComponent(Info::file); in GetHistoryStream()
H A DReproducer.cpp117 return g->GetRoot(); in GetReproducerPath()
119 return l->GetRoot(); in GetReproducerPath()
179 const FileSpec &Generator::GetRoot() const { return m_root; } in GetRoot() function in Generator
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducer.h43 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
132 const FileSpec &GetRoot() const;
164 return GetRoot().CopyByAppendingPathComponent(T::file); in GetFile()
178 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
H A DReproducerProvider.h152 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(T::Info::file); in Keep()
256 T::Create(this->GetRoot().CopyByAppendingPathComponent(filename)); in GetNewRecorder()
273 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(V::Info::file); in Keep()
360 loader->GetRoot().CopyByAppendingPathComponent(file); in Create()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DReproducerTest.cpp95 reproducer.GetGenerator()->GetRoot()); in TEST()
119 provider->GetRoot()); in TEST()
147 provider.GetRoot()); in TEST()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectChild.cpp222 ValueObject *root(GetRoot()); in IsInScope()
H A DValueObject.cpp3025 ValueObject *root(GetRoot()); in GetModule()
3031 ValueObject *ValueObject::GetRoot() { in GetRoot() function in ValueObject
3052 ValueObject *root(GetRoot()); in GetAddressTypeOfChildren()
3082 if (GetRoot()) { in GetPreferredDisplayLanguage()
3083 if (GetRoot() == this) { in GetPreferredDisplayLanguage()
3091 type = GetRoot()->GetPreferredDisplayLanguage(); in GetPreferredDisplayLanguage()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h455 ValueObject *GetRoot();
1008 GetRoot()->DoUpdateChildrenAddressType(*this); in UpdateChildrenAddressType()