Home
last modified time | relevance | path

Searched refs:GetDebugInfoParseTimeRef (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp53 ElapsedTime elapsed(m_dwarf.GetDebugInfoParseTimeRef()); in ExtractUnitDIENoDwoIfNeeded()
201 ElapsedTime elapsed(m_dwarf.GetDebugInfoParseTimeRef()); in ExtractDIEsRWLocked()
H A DSymbolFileDWARF.h328 lldb_private::StatsDuration &GetDebugInfoParseTimeRef() { in GetDebugInfoParseTimeRef() function