OpenVDB 12.1.0
Loading...
Searching...
No Matches
LLVMType< char > Struct Reference

#include <openvdb_ax/codegen/Types.h>

Inheritance diagram for LLVMType< char >:
LLVMType< uint8_t >

Static Public Member Functions

static llvm::Type * get (llvm::LLVMContext &C)
 Return an LLVM type which represents T.

Static Public Attributes

static const bool CXXUTypeIsNativeType = true

Member Function Documentation

◆ get()

llvm::Type * get ( llvm::LLVMContext & C)
inlinestatic

Return an LLVM type which represents T.

Parameters
CThe LLVMContext to request the Type from.

Member Data Documentation

◆ CXXUTypeIsNativeType

const bool CXXUTypeIsNativeType = true
static