Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCall.h144 static CGCallee forVirtual(const CallExpr *CE, GlobalDecl MD, Address Addr, in forVirtual() function
DCGExprCXX.cpp394 Callee = CGCallee::forVirtual(CE, MD, This.getAddress(*this), Ty); in EmitCXXMemberOrOperatorMemberCallExpr()
DItaniumCXXABI.cpp1947 CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty); in EmitVirtualDestructorCall()
DMicrosoftCXXABI.cpp1966 CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty); in EmitVirtualDestructorCall()