Searched refs:machine_type (Results 1 – 5 of 5) sorted by relevance
1013 const char *machine_type = opaque; in test_generic_valid() local1014 Object *obj = object_new(machine_type); in test_generic_valid()1032 const char *machine_type = opaque; in test_generic_invalid() local1033 Object *obj = object_new(machine_type); in test_generic_invalid()1051 const char *machine_type = opaque; in test_with_modules() local1052 Object *obj = object_new(machine_type); in test_with_modules()1101 const char *machine_type = opaque; in test_with_dies() local1102 Object *obj = object_new(machine_type); in test_with_dies()1151 const char *machine_type = opaque; in test_with_modules_dies() local1152 Object *obj = object_new(machine_type); in test_with_modules_dies()[all …]
31 #include "machine_type.h"
86 if (machine_type("X86_64")) {
862 def set_machine(self, machine_type: str) -> None:869 self._machine = machine_type