Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h328 std::map<std::pair<ConstString, llvm::sys::TimePoint<>>, OSOInfoSP> m_oso_map; variable
H A DSymbolFileDWARFDebugMap.cpp407 auto pos = m_oso_map.find( in GetModuleByCompUnitInfo()
409 if (pos != m_oso_map.end()) { in GetModuleByCompUnitInfo()
414 m_oso_map[{comp_unit_info->oso_path, comp_unit_info->oso_mod_time}] = in GetModuleByCompUnitInfo()