Home
last modified time | relevance | path

Searched refs:m_ids (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DReproducerInstrumentation.cpp133 m_ids[id] = in DoRegister()
144 assert(m_ids.count(id) != 0 && "ID not in registry"); in GetSignature()
145 return m_ids[id].second.ToString(); in GetSignature()
165 assert(m_ids.count(id) != 0 && "ID not in registry"); in GetReplayer()
166 return m_ids[id].first; in GetReplayer()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExternalASTSourceCallbacks.cpp68 m_ids.insert({module, id}); in RegisterModule()
87 return OptionalClangModuleID(m_ids[module]); in GetIDForModule()
DClangExternalASTSourceCallbacks.h61 llvm::DenseMap<clang::Module *, unsigned> m_ids; variable
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerInstrumentation.h571 std::map<unsigned, std::pair<Replayer *, SignatureStr>> m_ids;