PostgreSQL Source Code
git master
|
#include "postgres.h"
#include <llvm-c/Core.h>
#include <llvm/IR/Attributes.h>
#include <llvm/IR/Function.h>
#include <llvm/MC/SubtargetFeature.h>
#include <llvm/Support/Host.h>
#include "jit/llvmjit.h"
Go to the source code of this file.
Functions | |
unsigned | LLVMGetAttributeCountAtIndexPG (LLVMValueRef F, uint32 Idx) |
unsigned LLVMGetAttributeCountAtIndexPG | ( | LLVMValueRef | F, |
uint32 | Idx | ||
) |
Definition at line 62 of file llvmjit_wrap.cpp.
References F.
Referenced by llvm_copy_attributes_at_index().