Home
last modified time | relevance | path

Searched refs:m_object_name (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleSpec.h103 ConstString &GetObjectName() { return m_object_name; } in GetObjectName()
105 ConstString GetObjectName() const { return m_object_name; } in GetObjectName()
135 m_object_name.Clear(); in Clear()
153 if (m_object_name)
200 if (m_object_name) { in Dump()
203 strm.Printf("object_name = %s", m_object_name.GetCString()); in Dump()
267 ConstString m_object_name; variable
H A DModule.h1012 ConstString m_object_name; ///< The name an object within this module that is variable
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp248 m_object_name = *object_name; in Module()
255 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in Module()
283 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in ~Module()
1066 m_object_name = object_name; in SetFileSpecAndObjectName()
1073 if (m_object_name) { in GetSpecificationDescription()
1075 spec += m_object_name.GetCString(); in GetSpecificationDescription()
1235 m_object_name ? "(" : "", in Dump()
1236 m_object_name ? m_object_name.GetCString() : "", in Dump()
1237 m_object_name ? ")" : ""); in Dump()
1681 if (m_object_name) in Hash()
[all …]