Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemoryHistory.cpp16 MemoryHistoryCreateInstance create_callback = nullptr; in FindPlugin()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h412 MemoryHistoryCreateInstance create_callback);
414 static bool UnregisterPlugin(MemoryHistoryCreateInstance create_callback);
416 static MemoryHistoryCreateInstance
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-interfaces.h106 typedef lldb::MemoryHistorySP (*MemoryHistoryCreateInstance)( typedef
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp1198 typedef PluginInstance<MemoryHistoryCreateInstance> MemoryHistoryInstance;
1208 MemoryHistoryCreateInstance create_callback) { in RegisterPlugin()
1214 MemoryHistoryCreateInstance create_callback) { in UnregisterPlugin()
1218 MemoryHistoryCreateInstance