19 #include <llvm-c/Core.h>
20 #include <llvm/IR/Function.h>
32 return llvm::wrap(llvm::unwrap<llvm::Function>(r)->getReturnType());
38 return llvm::wrap(llvm::unwrap<llvm::Function>(r)->getFunctionType());
LLVMTypeRef LLVMGetFunctionReturnType(LLVMValueRef r)
LLVMTypeRef LLVMGetFunctionType(LLVMValueRef r)