Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp917 struct SystemRuntimeInstance { struct
918 SystemRuntimeInstance() : name(), description(), create_callback(nullptr) {} in SystemRuntimeInstance() argument
925 typedef std::vector<SystemRuntimeInstance> SystemRuntimeInstances; argument
941 SystemRuntimeInstance instance; in RegisterPlugin()