Searched refs:emitCXXStructor (Results 1 – 4 of 4) sorted by relevance
533 virtual void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) = 0;
303 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;3241 void ItaniumCXXABI::emitCXXStructor(const CXXMethodDecl *MD, in emitCXXStructor() function in ItaniumCXXABI
1521 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType())); in EmitGlobalDefinition()1523 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition()
574 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;3325 void MicrosoftCXXABI::emitCXXStructor(const CXXMethodDecl *MD, in emitCXXStructor() function in MicrosoftCXXABI