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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp73 m_debug_cu_index_map.clear();
75 m_debug_cu_index_map.emplace(entry.getSignature(), &entry);
97 auto it = m_debug_cu_index_map.find(dwo_id);
98 if (it == m_debug_cu_index_map.end())
H A DSymbolFileDWARFDwp.h47 std::map<uint64_t, const llvm::DWARFUnitIndex::Entry *> m_debug_cu_index_map; member in class:SymbolFileDWARFDwp

Completed in 164 milliseconds