LLVM 23.0.0git

Functions in this section operate on byte types. More...

Collaboration diagram for Byte Types:

Topics

 Integer Types
 Functions in this section operate on integer types.
 Floating Point Types
 Function Types
 Structure Types
 These functions relate to LLVMTypeRef instances.
 Sequential Types
 Sequential types represents "arrays" of types.
 Other Types

Functions

LLVM_C_ABI LLVMTypeRef LLVMByteTypeInContext (LLVMContextRef C, unsigned NumBits)
 Obtain a byte type from a context with specified bit width.
LLVM_C_ABI unsigned LLVMGetByteTypeWidth (LLVMTypeRef ByteTy)

Detailed Description

Functions in this section operate on byte types.

Function Documentation

◆ LLVMByteTypeInContext()

LLVM_C_ABI LLVMTypeRef LLVMByteTypeInContext ( LLVMContextRef C,
unsigned NumBits )

Obtain a byte type from a context with specified bit width.

Definition at line 679 of file Core.cpp.

References llvm::CallingConv::C, llvm::ByteType::get(), llvm::unwrap(), and llvm::wrap().

◆ LLVMGetByteTypeWidth()

LLVM_C_ABI unsigned LLVMGetByteTypeWidth ( LLVMTypeRef ByteTy)

Definition at line 683 of file Core.cpp.

References llvm::unwrap().