Searched defs:FunctionTy (Results 1 – 5 of 5) sorted by relevance
118 LLVMMetadataRef FunctionTy = llvm_test_dibuilder() local
772 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg() argument 776 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType() argument 780 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes() argument 784 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes() argument 2322 LLVMAddFunction(LLVMModuleRef M,const char * Name,LLVMTypeRef FunctionTy) LLVMAddFunction() argument [all...]
1852 QualType FunctionTy = S.getLambdaConversionFunctionResultType( addBlockPointerConversion() local
3729 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); GenerateObjCAtomicSetterCopyHelperFunction() local 3827 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); GenerateObjCAtomicGetterCopyHelperFunction() local
473 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, std::nullopt, EPI); emitOutlinedFunctionPrologue() local