Searched refs:forVirtual (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.h | 144 static CGCallee forVirtual(const CallExpr *CE, GlobalDecl MD, Address Addr, in forVirtual() function
|
D | CGExprCXX.cpp | 394 Callee = CGCallee::forVirtual(CE, MD, This.getAddress(*this), Ty); in EmitCXXMemberOrOperatorMemberCallExpr()
|
D | ItaniumCXXABI.cpp | 1947 CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty); in EmitVirtualDestructorCall()
|
D | MicrosoftCXXABI.cpp | 1966 CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty); in EmitVirtualDestructorCall()
|