Searched refs:m_functions (Results 1 – 2 of 2) sorted by relevance
281 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions; variable
978 auto emplace_result = m_functions.try_emplace(toOpaqueUid(func_id), nullptr); in GetOrCreateFunction()