Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h314 StatsDuration::Duration GetDebugInfoParseTime() override { in GetDebugInfoParseTime() function
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbolFile.h408 virtual StatsDuration::Duration GetDebugInfoParseTime() { return {}; } in GetDebugInfoParseTime() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbolFileOnDemand.cpp544 StatsDuration::Duration SymbolFileOnDemand::GetDebugInfoParseTime() { in GetDebugInfoParseTime() function in SymbolFileOnDemand