package llvm
Install
Dune Dependency
Authors
Maintainers
Sources
md5=c81299338fdd29961ec659f0239e6d8c
sha512=186c8b9f2b5ed61150214b7e8046f08f66bfbcad3af3dc946c4840ff57ca9fcbc0f15c32f8b062b9cc331bdb02a8315afaad6d3810a3b56d7348db2fd376699a
doc/llvm_target_static/Llvm_target/DataLayout/index.html
Module Llvm_target.DataLayout
Source
of_string rep
parses the data layout string representation rep
. See the constructor llvm::DataLayout::DataLayout
.
as_string dl
is the string representation of the data layout dl
. See the method llvm::DataLayout::getStringRepresentation
.
Returns the byte order of a target, either Endian.Big
or Endian.Little
. See the method llvm::DataLayout::isLittleEndian
.
Returns the pointer size in bytes for a target. See the method llvm::DataLayout::getPointerSize
.
Returns the integer type that is the same size as a pointer on a target. See the method llvm::DataLayout::getIntPtrType
.
Returns the pointer size in bytes for a target in a given address space. See the method llvm::DataLayout::getPointerSize
.
Returns the integer type that is the same size as a pointer on a target in a given address space. See the method llvm::DataLayout::getIntPtrType
.
Computes the size of a type in bits for a target. See the method llvm::DataLayout::getTypeSizeInBits
.
Computes the storage size of a type in bytes for a target. See the method llvm::DataLayout::getTypeStoreSize
.
Computes the ABI size of a type in bytes for a target. See the method llvm::DataLayout::getTypeAllocSize
.
Computes the ABI alignment of a type in bytes for a target. See the method llvm::DataLayout::getTypeABISize
.
Computes the call frame alignment of a type in bytes for a target. See the method llvm::DataLayout::getTypeABISize
.
Computes the preferred alignment of a type in bytes for a target. See the method llvm::DataLayout::getTypeABISize
.
Computes the preferred alignment of a global variable in bytes for a target. See the method llvm::DataLayout::getPreferredAlignment
.
Computes the structure element that contains the byte offset for a target. See the method llvm::StructLayout::getElementContainingOffset
.
Computes the byte offset of the indexed struct element for a target. See the method llvm::StructLayout::getElementContainingOffset
.