LLVM 19.0.0git
Public Member Functions | List of all members
llvm::dxil::CBufferDataLayout Class Reference

#include "Target/DirectX/CBufferDataLayout.h"

Public Member Functions

 CBufferDataLayout (const DataLayout &DL, const bool IsLegacy)
 
 ~CBufferDataLayout ()
 
llvm::TypeSize getTypeAllocSizeInBytes (Type *Ty)
 

Detailed Description

Definition at line 29 of file CBufferDataLayout.h.

Constructor & Destructor Documentation

◆ CBufferDataLayout()

llvm::dxil::CBufferDataLayout::CBufferDataLayout ( const DataLayout DL,
const bool  IsLegacy 
)

Definition at line 114 of file CBufferDataLayout.cpp.

◆ ~CBufferDataLayout()

llvm::dxil::CBufferDataLayout::~CBufferDataLayout ( )
default

Member Function Documentation

◆ getTypeAllocSizeInBytes()

llvm::TypeSize llvm::dxil::CBufferDataLayout::getTypeAllocSizeInBytes ( Type Ty)

Definition at line 121 of file CBufferDataLayout.cpp.

References llvm::DataLayout::getTypeAllocSize().


The documentation for this class was generated from the following files: