Searched refs:emitCXXStructor (Results 1 – 4 of 4) sorted by relevance
558 virtual void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) = 0;
371 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;3438 void ItaniumCXXABI::emitCXXStructor(const CXXMethodDecl *MD, in emitCXXStructor() function in ItaniumCXXABI
1694 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType())); in EmitGlobalDefinition()1696 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition()
669 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;3769 void MicrosoftCXXABI::emitCXXStructor(const CXXMethodDecl *MD, in emitCXXStructor() function in MicrosoftCXXABI