Searched refs:forVirtual (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCall.h | 139 static CGCallee forVirtual(const CallExpr *CE, GlobalDecl MD, Address Addr, in forVirtual() function
|
| H A D | CGExprCXX.cpp | 378 Callee = CGCallee::forVirtual(CE, MD, This.getAddress(), Ty); in EmitCXXMemberOrOperatorMemberCallExpr()
|
| H A D | ItaniumCXXABI.cpp | 1767 CGCallee::forVirtual(CE, GlobalDecl(Dtor, DtorType), This, Ty); in EmitVirtualDestructorCall()
|
| H A D | MicrosoftCXXABI.cpp | 1891 CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty); in EmitVirtualDestructorCall()
|