package llvm import "fmt" type AddressSpace uint64 func (space AddressSpace) String () string { return fmt.Sprintf("addrspace(%d)", space) }