Home
last modified time | relevance | path

Searched refs:oso_mod_time (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp415 TimeValue oso_mod_time; in InitOSO() local
416 oso_mod_time.OffsetWithSeconds(oso_symbol->GetAddress().GetOffset()); in InitOSO()
417 m_compile_unit_infos[i].oso_mod_time = oso_mod_time; in InitOSO()
481 TimeValue oso_mod_time (oso_file.GetModificationTime()); in GetModuleByCompUnitInfo() local
482 if (oso_mod_time != comp_unit_info->oso_mod_time) in GetModuleByCompUnitInfo()
486 oso_mod_time.GetAsSecondsSinceJan1_1970(), in GetModuleByCompUnitInfo()
487 … comp_unit_info->oso_mod_time.GetAsSecondsSinceJan1_1970()); in GetModuleByCompUnitInfo()
514 … oso_object ? &comp_unit_info->oso_mod_time : NULL)); in GetModuleByCompUnitInfo()
DSymbolFileDWARFDebugMap.h156 lldb_private::TimeValue oso_mod_time; member
170 oso_mod_time (), in CompileUnitInfo()