MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / AliasType

Class AliasType

Scripts/DefinitionExtract.py:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34@dataclass
35class AliasType:
36 ALIAS_X86_32 = 0
37 ALIAS_X86_64 = 1
38 ALIAS_AARCH64 = 2
39 ALIAS_WIN32 = 3
40 ALIAS_WIN64 = 4
41 Name: str
42 AliasType: int
43 def __init__(self, Name, Type):
44 self.Name = Name
45 self.AliasType = Type
46
47@dataclass
48class StructDefinition(TypeDefinition):

Callers 2

HandleVarDeclElementsFunction · 0.70
HandleStructElementsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected