sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
LLVMDataLayout
d
llvm
datalayout
Undocumented in source.
final
class
LLVMDataLayout :
DataLayout
{
this
(CodeGen pass, LLVMTargetDataRef targetData);
uint
getSize
(Type t);
uint
getAlign
(Type t);
}
Constructors
this
this
(CodeGen pass, LLVMTargetDataRef targetData)
Undocumented in source.
Alias This
pass
Members
Functions
getAlign
uint
getAlign
(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
getSize
uint
getSize
(Type t)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From DataLayout
getSize
uint
getSize
(Type t)
Undocumented in source.
getAlign
uint
getAlign
(Type t)
Undocumented in source.
Meta
Source
See Implementation
d
llvm
datalayout
classes
LLVMDataLayout