HomeSort by relevance Sort by last modified time
    Searched refs:m_mod_time (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Core/
SourceManager.cpp 338 m_mod_time (file_spec.GetModificationTime()),
343 if (!m_mod_time.IsValid())
388 m_mod_time = m_file_spec.GetModificationTime();
404 m_mod_time = m_file_spec.GetModificationTime();
410 if (m_mod_time.IsValid())
454 if (curr_mod_time.IsValid() && m_mod_time != curr_mod_time)
456 m_mod_time = curr_mod_time;
493 if (m_mod_time != curr_mod_time)
495 m_mod_time = curr_mod_time;
530 if (lhs.m_mod_time.IsValid()
    [all...]
Module.cpp 132 m_mod_time (module_spec.GetFileSpec().GetModificationTime()),
176 m_mod_time (file_spec.GetModificationTime()),
873 m_mod_time = file.GetModificationTime();
955 m_file_has_changed = (m_file.GetModificationTime() != m_mod_time);
    [all...]
  /external/lldb/include/lldb/Core/
Module.h 558 return m_mod_time;
570 m_mod_time = mod_time;
990 TimeValue m_mod_time; \/\/\/< The modification time for this module when it was created. member in class:lldb_private::Module
    [all...]
SourceManager.h 80 TimeValue m_mod_time; // Keep the modification time that this file data is valid for member in class:lldb_private::SourceManager::File

Completed in 5237 milliseconds