Home
last modified time | relevance | path

Searched refs:GetDebugInfoParseTime (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp547 StatsDuration::Duration SymbolFileOnDemand::GetDebugInfoParseTime() { in GetDebugInfoParseTime() function in SymbolFileOnDemand
551 return m_sym_file_impl->GetDebugInfoParseTime(); in GetDebugInfoParseTime()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h187 lldb_private::StatsDuration::Duration GetDebugInfoParseTime() override;
H A DSymbolFile.h331 virtual StatsDuration::Duration GetDebugInfoParseTime() { return {}; } in GetDebugInfoParseTime() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp222 module_stat.debug_parse_time = sym_file->GetDebugInfoParseTime().count(); in ReportStatistics()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h323 lldb_private::StatsDuration::Duration GetDebugInfoParseTime() override { in GetDebugInfoParseTime() function