PostgreSQL Source Code  git master
LLVMJitHandle Struct Reference

Data Fields

LLVMOrcJITStackRef stack
 
LLVMOrcModuleHandle orc_handle
 

Detailed Description

Definition at line 51 of file llvmjit.c.

Field Documentation

◆ orc_handle

LLVMOrcModuleHandle LLVMJitHandle::orc_handle

Definition at line 58 of file llvmjit.c.

Referenced by llvm_compile_module(), llvm_get_function(), and llvm_release_context().

◆ stack

LLVMOrcJITStackRef LLVMJitHandle::stack

Definition at line 57 of file llvmjit.c.

Referenced by llvm_compile_module(), llvm_get_function(), and llvm_release_context().


The documentation for this struct was generated from the following file: