LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
llvm::SPIRV::PointerTypeDescriptor Struct Reference

#include "Target/SPIRV/SPIRVDuplicatesTracker.h"

Inheritance diagram for llvm::SPIRV::PointerTypeDescriptor:
Inheritance graph
[legend]

Public Member Functions

 PointerTypeDescriptor ()=delete
 
 PointerTypeDescriptor (const Type *ElementType, unsigned AddressSpace)
 
- Public Member Functions inherited from llvm::SPIRV::SpecialTypeDescriptor
 SpecialTypeDescriptor ()=delete
 
 SpecialTypeDescriptor (SpecialTypeKind K)
 
unsigned getHash () const
 
virtual ~SpecialTypeDescriptor ()
 

Static Public Member Functions

static bool classof (const SpecialTypeDescriptor *TD)
 

Public Attributes

const TypeElementType
 
unsigned AddressSpace
 
- Public Attributes inherited from llvm::SPIRV::SpecialTypeDescriptor
SpecialTypeKind Kind
 
unsigned Hash
 

Additional Inherited Members

- Public Types inherited from llvm::SPIRV::SpecialTypeDescriptor
enum  SpecialTypeKind {
  STK_Empty = 0 , STK_Image , STK_SampledImage , STK_Sampler ,
  STK_Pipe , STK_DeviceEvent , STK_Pointer , STK_Last = -1
}
 

Detailed Description

Definition at line 165 of file SPIRVDuplicatesTracker.h.

Constructor & Destructor Documentation

◆ PointerTypeDescriptor() [1/2]

llvm::SPIRV::PointerTypeDescriptor::PointerTypeDescriptor ( )
delete

◆ PointerTypeDescriptor() [2/2]

llvm::SPIRV::PointerTypeDescriptor::PointerTypeDescriptor ( const Type ElementType,
unsigned  AddressSpace 
)
inline

Member Function Documentation

◆ classof()

static bool llvm::SPIRV::PointerTypeDescriptor::classof ( const SpecialTypeDescriptor TD)
inlinestatic

Member Data Documentation

◆ AddressSpace

unsigned llvm::SPIRV::PointerTypeDescriptor::AddressSpace

Definition at line 167 of file SPIRVDuplicatesTracker.h.

◆ ElementType

const Type* llvm::SPIRV::PointerTypeDescriptor::ElementType

Definition at line 166 of file SPIRVDuplicatesTracker.h.

Referenced by PointerTypeDescriptor().


The documentation for this struct was generated from the following file: