Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp2076 struct TypeSystemInstance { struct
2077 TypeSystemInstance() : name(), description(), create_callback(nullptr) {} in TypeSystemInstance() argument
2085 typedef std::vector<TypeSystemInstance> TypeSystemInstances; argument
2103 TypeSystemInstance instance; in RegisterPlugin()