Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp566 StatsDuration::Duration SymbolFileOnDemand::GetDebugInfoIndexTime() { in GetDebugInfoIndexTime() function in SymbolFileOnDemand
570 return m_sym_file_impl->GetDebugInfoIndexTime(); in GetDebugInfoIndexTime()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h191 lldb_private::StatsDuration::Duration GetDebugInfoIndexTime() override;
H A DSymbolFile.h383 virtual StatsDuration::Duration GetDebugInfoIndexTime() { return {}; } in GetDebugInfoIndexTime() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp243 module_stat.debug_index_time = sym_file->GetDebugInfoIndexTime().count(); in ReportStatistics()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h328 lldb_private::StatsDuration::Duration GetDebugInfoIndexTime() override;
H A DSymbolFileDWARF.cpp4238 StatsDuration::Duration SymbolFileDWARF::GetDebugInfoIndexTime() { in GetDebugInfoIndexTime() function in SymbolFileDWARF