Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h1010 ConstString m_object_name; ///< The name an object within this module that is variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp254 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in Module()
282 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in ~Module()
1030 m_object_name = object_name; in SetFileSpecAndObjectName()
1037 if (m_object_name) { in GetSpecificationDescription()
1039 spec += m_object_name.GetCString(); in GetSpecificationDescription()
1164 m_object_name ? "(" : "", in Dump()
1165 m_object_name ? m_object_name.GetCString() : "", in Dump()
1166 m_object_name ? ")" : ""); in Dump()
1620 if (m_object_name) in Hash()
1634 if (m_object_name) in GetCacheKey()
[all …]