Home
last modified time | relevance | path

Searched refs:GetSymtabIndexTime (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h881 StatsDuration &GetSymtabIndexTime() { return m_symtab_index_time; } in GetSymtabIndexTime() function
/src/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp260 module_stat.symtab_index_time = module->GetSymtabIndexTime().get().count(); in ReportStatistics()
/src/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp285 ElapsedTime elapsed(m_objfile->GetModule()->GetSymtabIndexTime()); in InitNameIndexes()
1339 ElapsedTime elapsed(m_objfile->GetModule()->GetSymtabIndexTime()); in Decode()