Searched refs:emitCXXStructor (Results 1 – 4 of 4) sorted by relevance
574 virtual void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) = 0;
363 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;3476 void ItaniumCXXABI::emitCXXStructor(const CXXMethodDecl *MD, in emitCXXStructor() function in ItaniumCXXABI
1789 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType())); in EmitGlobalDefinition()1791 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition()
669 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;3783 void MicrosoftCXXABI::emitCXXStructor(const CXXMethodDecl *MD, in emitCXXStructor() function in MicrosoftCXXABI