Home
last modified time | relevance | path

Searched refs:forVirtual (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h139 static CGCallee forVirtual(const CallExpr *CE, GlobalDecl MD, Address Addr, in forVirtual() function
H A DCGExprCXX.cpp403 Callee = CGCallee::forVirtual(CE, MD, This.getAddress(*this), Ty); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DMicrosoftCXXABI.cpp2007 CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty); in EmitVirtualDestructorCall()
H A DItaniumCXXABI.cpp2073 CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty); in EmitVirtualDestructorCall()