Home
last modified time | relevance | path

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

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