Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h414 virtual void EmitDestructorCall(CodeGenFunction &CGF,
H A DItaniumCXXABI.cpp237 void EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD,
1716 void ItaniumCXXABI::EmitDestructorCall(CodeGenFunction &CGF, in EmitDestructorCall() function in ItaniumCXXABI
H A DMicrosoftCXXABI.cpp273 void EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD,
1614 void MicrosoftCXXABI::EmitDestructorCall(CodeGenFunction &CGF, in EmitDestructorCall() function in MicrosoftCXXABI
H A DCGClass.cpp2444 CGM.getCXXABI().EmitDestructorCall(*this, DD, Type, ForVirtualBase, in EmitCXXDestructorCall()