Searched refs:m_debug_cu_index_map (Results 1 – 2 of 2) sorted by relevance
74 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()
48 std::map<uint64_t, const llvm::DWARFUnitIndex::Entry *> m_debug_cu_index_map; variable