Return an underlying layout type for this target extension type.
Synopsis
Declared in <llvm/IR/DerivedTypes.h>
Type*
getLayoutType() const;
Description
This type can be used to query size and alignment information, if it is appropriate (although note that the layout type may also be void). It is not legal to bitcast between this type and the layout type, however.
Return Value
The layout type used for size and alignment queries.
Created with MrDocs