Searched defs:archDependentType (Results 1 – 1 of 1) sorted by relevance
578 type archDependentType struct { struct579 arm_type Type580 arm64_type Type581 riscv32_type Type582 riscv64_type Type583 x86_type Type584 x86_64_type Type587 func (typе *archDependentType) Align(arch Arch) uint {606 func (typе *archDependentType) Bits(arch Arch) uint {625 func (typе *archDependentType) DeclareVar(var_name string, arch Arch) string {[all …]