Home
last modified time | relevance | path

Searched defs:GetDebugInfoParseTime (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFile.h331 virtual StatsDuration::Duration GetDebugInfoParseTime() { return {}; } in GetDebugInfoParseTime() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h323 lldb_private::StatsDuration::Duration GetDebugInfoParseTime() override { in GetDebugInfoParseTime() function
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp547 StatsDuration::Duration SymbolFileOnDemand::GetDebugInfoParseTime() { in GetDebugInfoParseTime() function in SymbolFileOnDemand