Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h45 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
134 const FileSpec &GetRoot() const;
166 return GetRoot().CopyByAppendingPathComponent(T::file); in GetFile()
180 const FileSpec &GetRoot() const { return m_root; } in GetRoot() function
H A DReproducerProvider.h170 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(T::Info::file); in Keep()
275 T::Create(this->GetRoot().CopyByAppendingPathComponent(filename)); in GetNewRecorder()
292 FileSpec file = this->GetRoot().CopyByAppendingPathComponent(V::Info::file); in Keep()
379 loader->GetRoot().CopyByAppendingPathComponent(file); in Create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducerProvider.cpp40 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
109 FileSpec file = GetRoot().CopyByAppendingPathComponent(Info::file); in Keep()
126 GetRoot().CopyByAppendingPathComponent(filename)); in GetNewProcessInfoRecorder()
154 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.cpp141 return g->GetRoot(); in GetReproducerPath()
143 return l->GetRoot(); in GetReproducerPath()
163 llvm::cantFail(Finalize(GetRoot())); in ~Generator()
204 const FileSpec &Generator::GetRoot() const { return m_root; } in GetRoot() function in Generator
370 FileSpec reproducer_root = loader->GetRoot(); in Finalize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp222 ValueObject *root(GetRoot()); in IsInScope()
H A DValueObject.cpp3022 ValueObject *root(GetRoot()); in GetModule()
3028 ValueObject *ValueObject::GetRoot() { in GetRoot() function in ValueObject
3049 ValueObject *root(GetRoot()); in GetAddressTypeOfChildren()
3079 if (GetRoot()) { in GetPreferredDisplayLanguage()
3080 if (GetRoot() == this) { in GetPreferredDisplayLanguage()
3088 type = GetRoot()->GetPreferredDisplayLanguage(); in GetPreferredDisplayLanguage()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h455 ValueObject *GetRoot();
1008 GetRoot()->DoUpdateChildrenAddressType(*this); in UpdateChildrenAddressType()