Searched defs:archDependentType (Results 1 – 1 of 1) sorted by relevance
597 type archDependentType struct { struct598 arm_type Type599 arm64_type Type600 riscv32_type Type601 riscv64_type Type602 x86_type Type603 x86_64_type Type606 func (typе *archDependentType) Align(arch Arch) uint {625 func (typе *archDependentType) Bits(arch Arch) uint {644 func (typе *archDependentType) DeclareVar(var_name string, arch Arch) string {[all …]