|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm-c/Core.h 1219 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
References
tools/llvm-c-test/calc.c 121 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0);
tools/llvm-c-test/debuginfo.c 101 LLVMTypeRef FooFuncTy = LLVMFunctionType(LLVMInt64Type(), FooParamTys, 3, 0);
tools/llvm-c-test/echo.cpp 100 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)),
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp 171 LLVMFunctionType(LLVMInt32Type(), nullptr,0, 0));
193 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1));
197 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0));
226 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0));
245 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0));
480 LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0);