Home
last modified time | relevance | path

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

/freebsd/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
1056 ConstString m_object_name; ///< The name an object within this module that is global() variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp224 m_object_name = matching_module_spec.GetObjectName(); in Module()
226 m_object_name = module_spec.GetObjectName(); in Module()
239 m_arch(arch), m_file(file_spec), m_object_name(object_name), in Module()
253 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(", in Module()
254 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in Module()
281 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(", in ~Module()
282 m_object_name.AsCString(""), m_object_name.IsEmpty() ? "" : ")"); in ~Module()
316 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile()
1032 m_object_name = object_name; in SetFileSpecAndObjectName()
1039 if (m_object_name) { in GetSpecificationDescription()
[all …]