reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/ModuleSpec.h
  251     if (match_module_spec.GetObjectName() &&
  252         match_module_spec.GetObjectName() != GetObjectName())
  252         match_module_spec.GetObjectName() != GetObjectName())
tools/lldb/source/Core/Module.cpp
  144               module_spec.GetObjectName().IsEmpty() ? "" : "(",
  145               module_spec.GetObjectName().IsEmpty()
  147                   : module_spec.GetObjectName().AsCString(""),
  148               module_spec.GetObjectName().IsEmpty() ? "" : ")");
  210     m_object_name = module_spec.GetObjectName();
 1580   ConstString object_name = module_ref.GetObjectName();