Searched refs:FunctionTy (Results 1 – 4 of 4) sorted by relevance
683 LLVMTypeRef FunctionTy);901 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);906 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy);911 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);924 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
395 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument396 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg()399 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument400 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType()403 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument404 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes()407 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument408 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes()1639 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument1640 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
1354 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local1356 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()1484 QualType FunctionTy = Context.getFunctionType( in ActOnLambdaExpr() local1486 CallOperator->setType(FunctionTy); in ActOnLambdaExpr()
348 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local351 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); in EmitFunctionInstrumentation()