Home
last modified time | relevance | path

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

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