Searched refs:UnwindAssemblyInstance (Results 1 – 1 of 1) sorted by relevance
1815 struct UnwindAssemblyInstance { struct1816 UnwindAssemblyInstance() : name(), description(), create_callback(nullptr) {} in UnwindAssemblyInstance() argument1823 typedef std::vector<UnwindAssemblyInstance> UnwindAssemblyInstances; argument1839 UnwindAssemblyInstance instance; in RegisterPlugin()