Searched refs:FunctionTy (Results 1 – 4 of 4) sorted by relevance
677 LLVMTypeRef FunctionTy);895 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);900 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy);905 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);918 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
393 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument394 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg()397 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument398 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType()401 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument402 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes()405 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument406 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes()1508 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument1509 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
1344 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local1346 BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()1468 QualType FunctionTy = Context.getFunctionType( in ActOnLambdaExpr() local1470 CallOperator->setType(FunctionTy); in ActOnLambdaExpr()
310 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local313 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); in EmitFunctionInstrumentation()