Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp74 m_debug_cu_index_map.clear(); in InitDebugCUIndexMap()
76 m_debug_cu_index_map.emplace(entry.getSignature(), &entry); in InitDebugCUIndexMap()
98 auto it = m_debug_cu_index_map.find(dwo_id); in LoadSectionData()
99 if (it == m_debug_cu_index_map.end()) in LoadSectionData()
H A DSymbolFileDWARFDwp.h48 std::map<uint64_t, const llvm::DWARFUnitIndex::Entry *> m_debug_cu_index_map; variable