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

#include <openvdb_ax/codegen/Types.h>

Inheritance diagram for LLVMType< void * >:
LLVMType< int8_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

Detailed Description

Note
void* implemented as signed int8_t* to match clang IR generation

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
static