Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp1895 struct MemoryHistoryInstance { struct
1896 MemoryHistoryInstance() : name(), description(), create_callback(nullptr) {} in MemoryHistoryInstance() argument
1903 typedef std::vector<MemoryHistoryInstance> MemoryHistoryInstances; argument
1919 MemoryHistoryInstance instance; in RegisterPlugin()