Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp544 StatsDuration::Duration SymbolFileOnDemand::GetDebugInfoParseTime() { in GetDebugInfoParseTime() function in SymbolFileOnDemand
548 return m_sym_file_impl->GetDebugInfoParseTime(); in GetDebugInfoParseTime()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h182 lldb_private::StatsDuration::Duration GetDebugInfoParseTime() override;
H A DSymbolFile.h408 virtual StatsDuration::Duration GetDebugInfoParseTime() { return {}; } in GetDebugInfoParseTime() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp289 module_stat.debug_parse_time = sym_file->GetDebugInfoParseTime().count(); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h314 StatsDuration::Duration GetDebugInfoParseTime() override { in GetDebugInfoParseTime() function