Return the 8‐bit byte type.
Synopsis
Declared in <llvm/IR/Type.h>
static
ByteType*
getByte8Ty(LLVMContext& C);
Return Value
The 8‐bit byte type.
Parameters
Name |
Description |
C |
LLVM context in which to unique the type. |
Created with MrDocs