Home
last modified time | relevance | path

Searched refs:LLVMFunctionType (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp168 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 Dcalc.c122 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0); in handle_line()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c316 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 DCore.h893 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp388 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, in LLVMFunctionType() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go524 t.C = C.LLVMFunctionType(returnType.C,