Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h281 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions; variable
H A DSymbolFileNativePDB.cpp978 auto emplace_result = m_functions.try_emplace(toOpaqueUid(func_id), nullptr); in GetOrCreateFunction()