Home
last modified time | relevance | path

Searched refs:GetFunctionType (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXX.cpp135 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitBaseDestructorAsAlias()
250 FnType = getTypes().GetFunctionType(*FnInfo); in getAddrOfCXXStructor()
316 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FInfo); in BuildAppleKextVirtualDestructorCall()
H A DCodeGenTypes.h201 llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info);
203 llvm::FunctionType *GetFunctionType(GlobalDecl GD);
H A DCGObjCRuntime.cpp372 CGM.getTypes().GetFunctionType(signature)->getPointerTo(); in getMessageSendInfo()
386 CGM.getTypes().GetFunctionType(argsInfo)->getPointerTo(); in getMessageSendInfo()
H A DCGVTables.cpp166 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FnInfo); in GenerateVarArgsThunk()
444 Ty = CGM.getTypes().GetFunctionType(FnInfo); in generateThunk()
503 llvm::FunctionType *ThunkFnTy = CGM.getTypes().GetFunctionType(FnInfo); in maybeEmitThunk()
H A DCGCXXABI.cpp58 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType( in EmitLoadOfMemberFunctionPointer()
H A DCGBlocks.cpp1316 llvm::Type *BlockFTy = CGM.getTypes().GetFunctionType(FnInfo); in EmitBlockCallExpr()
1580 llvm::FunctionType *fnLLVMType = CGM.getTypes().GetFunctionType(fnInfo); in GenerateBlockFunction()
2027 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateCopyHelperFunction()
2218 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateDestroyHelperFunction()
2467 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefCopyHelper()
2542 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI); in generateByrefDisposeHelper()
H A DCGOpenMPRuntime.cpp1269 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitCombinerOrInitializer()
2546 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitThreadPrivateVarDefinition()
2579 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitThreadPrivateVarDefinition()
2705 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitDeclareTargetVarDefinition()
2743 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in emitDeclareTargetVarDefinition()
3851 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in createOffloadingBinaryDescriptorRegistration()
3866 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in createOffloadingBinaryDescriptorRegistration()
4386 CGM.getTypes().GetFunctionType(TaskEntryFnInfo); in emitProxyTaskFunction()
4488 CGM.getTypes().GetFunctionType(DestructorFnInfo); in emitDestructorsFunction()
4582 CGM.getTypes().GetFunctionType(TaskPrivatesMapFnInfo); in emitTaskPrivateMappingFunction()
[all …]
H A DCodeGenTypes.cpp368 ResultType = GetFunctionType(*FI); in ConvertFunctionType()
H A DCGObjCMac.cpp246 Types.GetFunctionType( in getGetPropertyFn()
265 Types.GetFunctionType( in getSetPropertyFn()
290 Types.GetFunctionType( in getOptimizedSetPropertyFn()
316 Types.GetFunctionType( in getCopyStructFn()
334 Types.GetFunctionType( in getCppAtomicObjectFunction()
346 Types.GetFunctionType( in getEnumerationMutationFn()
359 Types.GetFunctionType(Types.arrangeBuiltinFunctionDeclaration( in getLookUpClassFn()
3917 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
H A DCGDeclCXX.cpp721 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI); in generateDestroyHelper()
H A DCodeGenModule.cpp2190 llvm::Type *Ty = getTypes().GetFunctionType(FI); in EmitGlobal()
2512 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI); in emitMultiVersionFunctions()
2561 DeclTy = getTypes().GetFunctionType(FInfo); in emitCPUDispatchDefinition()
3222 auto Ty = getTypes().GetFunctionType(*FInfo); in GetAddrOfGlobal()
3227 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI); in GetAddrOfGlobal()
3993 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI); in EmitGlobalFunctionDefinition()
H A DCGCall.cpp1544 llvm::FunctionType *CodeGenTypes::GetFunctionType(GlobalDecl GD) { in GetFunctionType() function in CodeGenTypes
1546 return GetFunctionType(FI); in GetFunctionType()
1550 CodeGenTypes::GetFunctionType(const CGFunctionInfo &FI) { in GetFunctionType() function in CodeGenTypes
1691 return GetFunctionType(*Info); in GetFunctionTypeForVTable()
4189 auto FnTy = getTypes().GetFunctionType(CallInfo)->getPointerTo(CalleeAS); in EmitCall()
H A DMicrosoftCXXABI.cpp1890 llvm::FunctionType *Ty = CGF.CGM.getTypes().GetFunctionType(*FInfo); in EmitVirtualDestructorCall()
1950 llvm::FunctionType *ThunkTy = CGM.getTypes().GetFunctionType(FnInfo); in EmitVirtualMemPtrThunk()
2751 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in EmitMemberFunctionPointer()
3297 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType( in EmitLoadOfMemberFunctionPointer()
3873 llvm::FunctionType *ThunkTy = CGM.getTypes().GetFunctionType(FnInfo); in getAddrOfCXXCtorClosure()
H A DItaniumCXXABI.cpp565 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType( in EmitLoadOfMemberFunctionPointer()
945 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in BuildMemberPointer()
1765 llvm::FunctionType *Ty = CGF.CGM.getTypes().GetFunctionType(*FInfo); in EmitVirtualDestructorCall()
2455 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FI); in getOrCreateThreadLocalWrapper()
H A DCGOpenMPRuntimeNVPTX.cpp691 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in createWorkerFunction()
3151 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitInterWarpCopyFunction()
3447 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitShuffleAndReduceFunction()
4091 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in createParallelDataSharingWrapper()
H A DCGExprComplex.cpp630 llvm::FunctionType *FTy = CGF.CGM.getTypes().GetFunctionType(FuncInfo); in EmitComplexBinOpLibCall()
H A DCGNonTrivialStruct.cpp456 llvm::FunctionType *FuncTy = CGM.getTypes().GetFunctionType(FI); in getFunction()
H A DCGObjC.cpp3450 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateObjCAtomicSetterCopyHelperFunction()
3534 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI); in GenerateObjCAtomicGetterCopyHelperFunction()
H A DCGStmt.cpp2309 llvm::FunctionType *FuncLLVMTy = CGM.getTypes().GetFunctionType(FuncInfo); in GenerateCapturedStmtFunction()
H A DCGException.cpp1879 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in startOutlinedSEHHelper()
H A DCGExprCXX.cpp306 llvm::FunctionType *Ty = CGM.getTypes().GetFunctionType(*FInfo); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGAtomic.cpp310 llvm::FunctionType *fnTy = CGF.CGM.getTypes().GetFunctionType(fnInfo); in emitAtomicLibcall()
H A DCGClass.cpp2807 CGM.getTypes().GetFunctionType(calleeFnInfo)); in EmitForwardingCallToLambda()
H A DCGObjCGNU.cpp3762 Types.GetFunctionType(Types.arrangeObjCMethodDeclaration(OMD)); in GenerateMethod()
H A DCGExpr.cpp4794 llvm::Type *CalleeTy = getTypes().GetFunctionType(FnInfo); in EmitCall()

12