LLVM 23.0.0git
llvm::DeadOnReturnInfo Class Reference

#include "llvm/IR/Attributes.h"

Public Member Functions

 DeadOnReturnInfo ()
 DeadOnReturnInfo (uint64_t DeadOnReturnBytes)
uint64_t getNumberOfDeadBytes () const
bool coversAllReachableMemory () const
uint64_t toIntValue () const
bool isZeroSized () const

Static Public Member Functions

static DeadOnReturnInfo createFromIntValue (uint64_t Data)

Detailed Description

Definition at line 63 of file Attributes.h.

Constructor & Destructor Documentation

◆ DeadOnReturnInfo() [1/2]

llvm::DeadOnReturnInfo::DeadOnReturnInfo ( )
inline

Definition at line 65 of file Attributes.h.

Referenced by createFromIntValue().

◆ DeadOnReturnInfo() [2/2]

llvm::DeadOnReturnInfo::DeadOnReturnInfo ( uint64_t DeadOnReturnBytes)
inline

Definition at line 66 of file Attributes.h.

Member Function Documentation

◆ coversAllReachableMemory()

bool llvm::DeadOnReturnInfo::coversAllReachableMemory ( ) const
inline

Definition at line 75 of file Attributes.h.

◆ createFromIntValue()

DeadOnReturnInfo llvm::DeadOnReturnInfo::createFromIntValue ( uint64_t Data)
inlinestatic

Definition at line 77 of file Attributes.h.

References llvm::Data, and DeadOnReturnInfo().

Referenced by llvm::Attribute::getDeadOnReturnInfo().

◆ getNumberOfDeadBytes()

uint64_t llvm::DeadOnReturnInfo::getNumberOfDeadBytes ( ) const
inline

Definition at line 68 of file Attributes.h.

References assert().

◆ isZeroSized()

bool llvm::DeadOnReturnInfo::isZeroSized ( ) const
inline

Definition at line 89 of file Attributes.h.

◆ toIntValue()

uint64_t llvm::DeadOnReturnInfo::toIntValue ( ) const
inline

Definition at line 83 of file Attributes.h.


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