layout: page
title: PointerType (llvm.core)

llvm.core.PointerType

Base Class

Properties

address_space

[read-only]

The address space of the pointer.

pointee

[read-only]

A Type object representing the type of the value pointed to.

Automatically Generated Documentation

class llvm.core.PointerType(ptr)
address_space
pointee

Table Of Contents

Previous topic

llvm.core.Module

Next topic

llvm.core.StructType