Searched defs:FunctionTy (Results 1 – 4 of 4) sorted by relevance
770 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg()774 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType()778 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes()782 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes()2391 LLVMTypeRef FunctionTy) { in LLVMAddFunction()
1878 QualType FunctionTy = S.getLambdaConversionFunctionResultType( in addBlockPointerConversion() local
3775 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicSetterCopyHelperFunction() local3873 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicGetterCopyHelperFunction() local
508 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, {}, EPI); in emitOutlinedFunctionPrologue() local