Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h271 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions; variable
H A DSymbolFileNativePDB.cpp895 auto emplace_result = m_functions.try_emplace(toOpaqueUid(func_id), nullptr); in GetOrCreateFunction()