Searched refs:FunctionTy (Results 1 – 4 of 4) sorted by relevance
682 LLVMTypeRef FunctionTy);900 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);905 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy);910 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);923 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()
1349 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local1351 BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()1479 QualType FunctionTy = Context.getFunctionType( in ActOnLambdaExpr() local1481 CallOperator->setType(FunctionTy); in ActOnLambdaExpr()
330 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local333 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); in EmitFunctionInstrumentation()