Home
last modified time | relevance | path

Searched refs:GetDebugInfoIndexTime (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDSymbolFileOnDemand.cpp551 StatsDuration::Duration SymbolFileOnDemand::GetDebugInfoIndexTime() { in GetDebugInfoIndexTime() function in SymbolFileOnDemand
555 return m_sym_file_impl->GetDebugInfoIndexTime(); in GetDebugInfoIndexTime()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFileOnDemand.h183 lldb_private::StatsDuration::Duration GetDebugInfoIndexTime() override;
HDSymbolFile.h415 virtual StatsDuration::Duration GetDebugInfoIndexTime() { return {}; } in GetDebugInfoIndexTime() function
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDStatistics.cpp288 module_stat.debug_index_time = sym_file->GetDebugInfoIndexTime().count(); in ReportStatistics()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h317 StatsDuration::Duration GetDebugInfoIndexTime() override;
HDSymbolFileDWARF.cpp4422 StatsDuration::Duration SymbolFileDWARF::GetDebugInfoIndexTime() { in GetDebugInfoIndexTime() function in SymbolFileDWARF