Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h276 llvm::DenseMap<lldb::user_id_t, lldb::CompUnitSP> m_compilands; variable
H A DSymbolFileNativePDB.cpp992 m_compilands.try_emplace(toOpaqueUid(cci.m_id), nullptr); in GetOrCreateCompileUnit()