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

References

tools/lldb/source/Core/Module.cpp
  166                                             matching_module_spec)) {
  175   else if (matching_module_spec.GetFileSpec())
  177         FileSystem::Instance().GetModificationTime(matching_module_spec.GetFileSpec());
  181   if (matching_module_spec.GetArchitecture().IsValid())
  182     m_arch = matching_module_spec.GetArchitecture();
  191   else if (matching_module_spec.GetFileSpec())
  192     m_file = matching_module_spec.GetFileSpec();
  197   else if (matching_module_spec.GetPlatformFileSpec())
  198     m_platform_file = matching_module_spec.GetPlatformFileSpec();
  203   else if (matching_module_spec.GetSymbolFileSpec())
  204     m_symfile_spec = matching_module_spec.GetSymbolFileSpec();
  207   if (matching_module_spec.GetObjectName())
  208     m_object_name = matching_module_spec.GetObjectName();
  215   m_object_offset = matching_module_spec.GetObjectOffset();
  216   m_object_mod_time = matching_module_spec.GetObjectModificationTime();