Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp56 ElapsedTime elapsed(m_dwarf.GetDebugInfoParseTimeRef()); in ExtractUnitDIENoDwoIfNeeded()
223 ElapsedTime elapsed(m_dwarf.GetDebugInfoParseTimeRef()); in ExtractDIEsRWLocked()
H A DSymbolFileDWARF.h319 StatsDuration &GetDebugInfoParseTimeRef() { return m_parse_time; } in GetDebugInfoParseTimeRef() function