Searched refs:FunctionTy (Results 1 – 7 of 7) sorted by relevance
272 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument273 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg()276 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument277 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType()280 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument281 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes()284 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument285 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes()1264 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument1265 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
401 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);402 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy);403 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);404 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);729 LLVMTypeRef FunctionTy);
124 template <typename FunctionTy>126 FunctionTy Handler) { in iterateOnSegments()
725 LLVMTypeRef FunctionTy);945 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy);950 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy);955 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy);968 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
486 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument487 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg()490 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument491 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType()494 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument495 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes()498 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument499 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes()1746 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument1747 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
1344 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local1346 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
414 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local417 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); in EmitFunctionInstrumentation()