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

References

tools/lldb/include/lldb/Core/ModuleSpec.h
   54     if (this != &rhs) {
   55       m_file = rhs.m_file;
   56       m_platform_file = rhs.m_platform_file;
   57       m_symbol_file = rhs.m_symbol_file;
   58       m_arch = rhs.m_arch;
   59       m_uuid = rhs.m_uuid;
   60       m_object_name = rhs.m_object_name;
   61       m_object_offset = rhs.m_object_offset;
   62       m_object_size = rhs.m_object_size;
   63       m_object_mod_time = rhs.m_object_mod_time;
   64       m_source_mappings = rhs.m_source_mappings;