LLVM: llvm::at::AssignmentInfo Struct Reference (original) (raw)

Describes properties of a store that has a static size and offset into a some base storage. More...

#include "[llvm/IR/DebugInfo.h](llvm%5F2IR%5F2DebugInfo%5F8h%5Fsource.html)"

Public Attributes
AllocaInst const * Base
Base storage.
uint64_t OffsetInBits
Offset into Base.
uint64_t SizeInBits
Number of bits stored.
bool StoreToWholeAlloca
SizeInBits equals the size of the base storage.

Describes properties of a store that has a static size and offset into a some base storage.

Used by the getAssignmentInfo functions.

Definition at line 289 of file DebugInfo.h.

Base

OffsetInBits

uint64_t llvm::at::AssignmentInfo::OffsetInBits

SizeInBits

uint64_t llvm::at::AssignmentInfo::SizeInBits

StoreToWholeAlloca

bool llvm::at::AssignmentInfo::StoreToWholeAlloca


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