8.16.0.4
4 LLVM Structure
value
_LLVMModuleRef : ctype?
_LLVMContextRef : ctype? _LLVMTypeRef : ctype? _LLVMValueRef : ctype? _LLVMBasicBlockRef : ctype? _LLVMBuilderRef : ctype? _LLVMGenericValueRef : ctype? _LLVMPassManagerRef : ctype? _LLVMPassManagerBuilderRef : ctype?
LLVM primitive types.
procedure
(LLVMModuleRef? v) → boolean?
v : any/c
check a value is LLVMOpaqueModule or not
procedure
(LLVMContextRef? v) → boolean?
v : any/c
check a value is LLVMContextRef or not
procedure
(LLVMTypeRef? v) → boolean?
v : any/c
check a value is LLVMOpaqueType or not
procedure
(LLVMValueRef? v) → boolean?
v : any/c
check a value is LLVMOpaqueValue or not
procedure
(LLVMBasicBlockRef? v) → boolean?
v : any/c
check a value is LLVMOpaqueBasicBlock or not
procedure
(LLVMBuilderRef? v) → boolean?
v : any/c
check a value is LLVMOpaqueBuilder or not
procedure
(LLVMGenericValueRef? v) → boolean?
v : any/c
check a value is LLVMOpaqueGenericValue or not
procedure
(LLVMPassManagerRef? v) → boolean?
v : any/c
check a value is LLVMOpaquePassManager or not
procedure
v : any/c
check a value is LLVMOpaquePassManagerBuilder or not