Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp552 StatsDuration::Duration SymbolFileOnDemand::GetDebugInfoIndexTime() { in GetDebugInfoIndexTime() function in SymbolFileOnDemand
556 return m_sym_file_impl->GetDebugInfoIndexTime(); in GetDebugInfoIndexTime()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h183 lldb_private::StatsDuration::Duration GetDebugInfoIndexTime() override;
H A DSymbolFile.h407 virtual StatsDuration::Duration GetDebugInfoIndexTime() { return {}; } in GetDebugInfoIndexTime() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp243 module_stat.debug_index_time = sym_file->GetDebugInfoIndexTime().count(); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h297 StatsDuration::Duration GetDebugInfoIndexTime() override;
H A DSymbolFileDWARF.cpp4416 StatsDuration::Duration SymbolFileDWARF::GetDebugInfoIndexTime() { in GetDebugInfoIndexTime() function in SymbolFileDWARF