Return the 32‐bit byte type for the given context.

Synopsis

Declared in <llvm/IR/Type.h>

static
ByteType*
getByte32Ty(LLVMContext& C);

Return Value

The 32‐bit byte type.

Parameters

Name

Description

C

LLVM context in which to unique the type.

Created with MrDocs