|
PostgreSQL Source Code git master
|
#include "postgres.h"#include <llvm-c/Core.h>#include <llvm/IR/Function.h>#include "jit/llvmjit.h"#include "jit/llvmjit_backport.h"
Go to the source code of this file.
Functions | |
| LLVMTypeRef | LLVMGetFunctionReturnType (LLVMValueRef r) |
| LLVMTypeRef | LLVMGetFunctionType (LLVMValueRef r) |
| LLVMTypeRef LLVMGetFunctionReturnType | ( | LLVMValueRef | r | ) |
Definition at line 38 of file llvmjit_wrap.cpp.
Referenced by llvm_copy_attributes(), and load_return_type().
| LLVMTypeRef LLVMGetFunctionType | ( | LLVMValueRef | r | ) |
Definition at line 44 of file llvmjit_wrap.cpp.
Referenced by build_EvalXFuncInt(), BuildV1Call(), llvm_function_reference(), llvm_pg_func(), llvm_pg_var_func_type(), and slot_compile_deform().