Lines Matching refs:m_object_name
222 m_object_name = matching_module_spec.GetObjectName(); in Module()
224 m_object_name = module_spec.GetObjectName(); in Module()
248 m_object_name = *object_name; in Module()
254 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(", in Module()
255 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in Module()
282 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(", in ~Module()
283 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in ~Module()
317 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile()
1066 m_object_name = object_name; in SetFileSpecAndObjectName()
1073 if (m_object_name) { in GetSpecificationDescription()
1075 spec += m_object_name.GetCString(); in GetSpecificationDescription()
1098 const char *object_name = m_object_name.GetCString(); in GetDescription()
1235 m_object_name ? "(" : "", in Dump()
1236 m_object_name ? m_object_name.GetCString() : "", in Dump()
1237 m_object_name ? ")" : ""); in Dump()
1251 ConstString Module::GetObjectName() const { return m_object_name; } in GetObjectName()
1681 if (m_object_name) in Hash()
1682 id_strm << '(' << m_object_name.GetStringRef() << ')'; in Hash()
1695 if (m_object_name) in GetCacheKey()
1696 strm << '(' << m_object_name.GetStringRef() << ')'; in GetCacheKey()