Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDPluginManager.cpp928 struct SystemRuntimeInstance { struct
929 SystemRuntimeInstance() : name(), description(), create_callback(nullptr) {} in SystemRuntimeInstance() function
936 typedef std::vector<SystemRuntimeInstance> SystemRuntimeInstances; argument