Lines Matching defs:instance

267         ABIInstance instance;
269 instance.name = name;
271 instance.description = description;
272 instance.create_callback = create_callback;
274 GetABIInstances ().push_back (instance);
373 DisassemblerInstance instance;
375 instance.name = name;
377 instance.description = description;
378 instance.create_callback = create_callback;
380 GetDisassemblerInstances ().push_back (instance);
485 DynamicLoaderInstance instance;
487 instance.name = name;
489 instance.description = description;
490 instance.create_callback = create_callback;
491 instance.debugger_init_callback = debugger_init_callback;
493 GetDynamicLoaderInstances ().push_back (instance);
591 EmulateInstructionInstance instance;
593 instance.name = name;
595 instance.description = description;
596 instance.create_callback = create_callback;
598 GetEmulateInstructionInstances ().push_back (instance);
691 OperatingSystemInstance instance;
693 instance.name = name;
695 instance.description = description;
696 instance.create_callback = create_callback;
698 GetOperatingSystemInstances ().push_back (instance);
796 LanguageRuntimeInstance instance;
798 instance.name = name;
800 instance.description = description;
801 instance.create_callback = create_callback;
803 GetLanguageRuntimeInstances ().push_back (instance);
900 SystemRuntimeInstance instance;
902 instance.name = name;
904 instance.description = description;
905 instance.create_callback = create_callback;
907 GetSystemRuntimeInstances ().push_back (instance);
1008 ObjectFileInstance instance;
1010 instance.name = name;
1012 instance.description = description;
1013 instance.create_callback = create_callback;
1014 instance.create_memory_callback = create_memory_callback;
1015 instance.get_module_specifications = get_module_specifications;
1017 GetObjectFileInstances ().push_back (instance);
1156 ObjectContainerInstance instance;
1158 instance.name = name;
1160 instance.description = description;
1161 instance.create_callback = create_callback;
1162 instance.get_module_specifications = get_module_specifications;
1164 GetObjectContainerInstances ().push_back (instance);
1272 LogInstance instance;
1274 instance.name = name;
1276 instance.description = description;
1277 instance.create_callback = create_callback;
1279 GetLogInstances ().push_back (instance);
1389 PlatformInstance instance;
1391 instance.name = name;
1393 instance.description = description;
1394 instance.create_callback = create_callback;
1395 instance.debugger_init_callback = debugger_init_callback;
1396 GetPlatformInstances ().push_back (instance);
1534 ProcessInstance instance;
1536 instance.name = name;
1538 instance.description = description;
1539 instance.create_callback = create_callback;
1540 instance.debugger_init_callback = debugger_init_callback;
1542 GetProcessInstances ().push_back (instance);
1660 SymbolFileInstance instance;
1662 instance.name = name;
1664 instance.description = description;
1665 instance.create_callback = create_callback;
1667 GetSymbolFileInstances ().push_back (instance);
1765 SymbolVendorInstance instance;
1767 instance.name = name;
1769 instance.description = description;
1770 instance.create_callback = create_callback;
1772 GetSymbolVendorInstances ().push_back (instance);
1870 UnwindAssemblyInstance instance;
1872 instance.name = name;
1874 instance.description = description;
1875 instance.create_callback = create_callback;
1877 GetUnwindAssemblyInstances ().push_back (instance);