Searched defs:GetObjectName (Results 1 - 3 of 3) sorted by relevance
/external/lldb/include/lldb/Core/ | ||
H A D | ModuleSpec.h | 235 GetObjectName () function in class:lldb_private::ModuleSpec 241 GetObjectName () const function in class:lldb_private::ModuleSpec 382 if (match_module_spec.GetObjectName() && match_module_spec.GetObjectName() != GetObjectName()) |
/external/lldb/source/API/ | ||
H A D | SBModuleSpec.cpp | 94 SBModuleSpec::GetObjectName () function in class:SBModuleSpec 96 return m_opaque_ap->GetObjectName().GetCString(); 102 m_opaque_ap->GetObjectName().SetCString(name); |
/external/lldb/source/Core/ | ||
H A D | Module.cpp | 138 m_object_name (module_spec.GetObjectName()), 1089 Module::GetObjectName() const function in class:Module 1466 const ConstString &object_name = module_ref.GetObjectName(); 1469 if (object_name != GetObjectName()) |
Completed in 431 milliseconds