On this page:
_  LLVMModule  Ref
_  LLVMContext  Ref
_  LLVMType  Ref
_  LLVMValue  Ref
_  LLVMBasic  Block  Ref
_  LLVMBuilder  Ref
_  LLVMGeneric  Value  Ref
_  LLVMPass  Manager  Ref
LLVMPass  Manager  Builder  Ref
LLVMModule  Ref?
LLVMContext  Ref?
LLVMType  Ref?
LLVMValue  Ref?
LLVMBasic  Block  Ref?
LLVMBuilder  Ref?
LLVMGeneric  Value  Ref?
LLVMPass  Manager  Ref?
LLVMPass  Manager  Builder  Ref?
8.17.0.6

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

(LLVMPassManagerBuilderRef? v)  boolean?

  v : any/c
check a value is LLVMOpaquePassManagerBuilder or not