Searched refs:LLVMFunctionType (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITCAPITest.cpp | 168 LLVMFunctionType(LLVMInt32Type(), nullptr,0, 0)); in buildSimpleFunction() 190 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1)); in buildFunctionThatUsesStackmap() 194 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0)); in buildFunctionThatUsesStackmap() 223 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0)); in buildModuleWithCodeAndData() 242 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
|
| /minix3/external/bsd/llvm/dist/llvm/tools/llvm-c-test/ |
| H A D | calc.c | 122 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0); in handle_line()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm_ocaml.c | 316 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type() 323 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm-c/ |
| H A D | Core.h | 893 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 388 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, in LLVMFunctionType() function
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 524 t.C = C.LLVMFunctionType(returnType.C,
|