Home
last modified time | relevance | path

Searched refs:arrangeCXXMethodDeclaration (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h248 const CGFunctionInfo &arrangeCXXMethodDeclaration(const CXXMethodDecl *MD);
H A DCGClass.cpp2966 calleeFnInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(callOperator); in EmitForwardingCallToLambda()
3111 CGM.getTypes().arrangeCXXMethodDeclaration(CallOp); in EmitLambdaInAllocaImplFn()
H A DCGExprCXX.cpp336 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DItaniumCXXABI.cpp1199 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in BuildMemberPointer()
3349 const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeCXXMethodDeclaration(MD); in getOrCreateVirtualFunctionPointerThunk()
H A DCGCall.cpp307 CodeGenTypes::arrangeCXXMethodDeclaration(const CXXMethodDecl *MD) { in arrangeCXXMethodDeclaration() function in CodeGenTypes
465 return arrangeCXXMethodDeclaration(MD); in arrangeFunctionDeclaration()
H A DMicrosoftCXXABI.cpp2985 Ty = Types.GetFunctionType(Types.arrangeCXXMethodDeclaration(MD)); in EmitMemberFunctionPointer()
H A DCodeGenModule.cpp5109 &getTypes().arrangeCXXMethodDeclaration(cast<CXXMethodDecl>(D)); in GetAddrOfGlobal()