Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h145 static CGCallee forVirtual(const CallExpr *CE, GlobalDecl MD, Address Addr, in forVirtual() function
H A DCGExprCXX.cpp395 Callee = CGCallee::forVirtual(CE, MD, This.getAddress(*this), Ty); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DItaniumCXXABI.cpp2010 CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty); in EmitVirtualDestructorCall()
H A DMicrosoftCXXABI.cpp1977 CGCallee Callee = CGCallee::forVirtual(CE, GD, This, Ty); in EmitVirtualDestructorCall()