Home
last modified time | relevance | path

Searched refs:GetModificationTime (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Core/
HDSourceManager.cpp338 m_mod_time (file_spec.GetModificationTime()), in File()
388 m_mod_time = m_file_spec.GetModificationTime(); in File()
404 m_mod_time = m_file_spec.GetModificationTime(); in File()
502 TimeValue curr_mod_time (m_file_spec.GetModificationTime()); in DisplaySourceLines()
542 TimeValue curr_mod_time (m_file_spec.GetModificationTime()); in FindLinesMatchingRegex()
HDModule.cpp134 m_mod_time (module_spec.GetFileSpec().GetModificationTime()), in Module()
179 m_mod_time (file_spec.GetModificationTime()), in Module()
970 m_mod_time = file.GetModificationTime(); in SetFileSpecAndObjectName()
1052 m_file_has_changed = (m_file.GetModificationTime() != m_mod_time); in FileHasChanged()
HDModuleList.cpp1018 TimeValue file_spec_mod_time(file_spec.GetModificationTime()); in GetSharedModule()
1021 if (file_spec_mod_time != module_sp->GetModificationTime()) in GetSharedModule()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.cpp217 if (pos->second->GetModificationTime() == time) in FindCachedArchive()
347 … module_sp->GetModificationTime(), in CreateInstance()
374 … module_sp->GetModificationTime(), in CreateInstance()
445 … module_sp->GetModificationTime(), in ParseHeader()
542 TimeValue file_mod_time = file.GetModificationTime(); in GetModuleSpecifications()
HDObjectContainerBSDArchive.h184 GetModificationTime() in GetModificationTime() function
/trueos/contrib/llvm/tools/lldb/include/lldb/Host/
HDFileSpec.h354 GetModificationTime () const;
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h603 GetModificationTime () const in GetModificationTime() function
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDFileSpec.cpp660 FileSpec::GetModificationTime () const in GetModificationTime() function in FileSpec
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp481 TimeValue oso_mod_time (oso_file.GetModificationTime()); in GetModuleByCompUnitInfo()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp3442 module->GetModificationTime().Dump(&strm, width); in PrintModule()