Searched refs:emitCXXStructor (Results 1 – 4 of 4) sorted by relevance
522 virtual void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) = 0;
287 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;3157 void ItaniumCXXABI::emitCXXStructor(const CXXMethodDecl *MD, in emitCXXStructor() function in ItaniumCXXABI
1503 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType())); in EmitGlobalDefinition()1505 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType())); in EmitGlobalDefinition()
557 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;3083 void MicrosoftCXXABI::emitCXXStructor(const CXXMethodDecl *MD, in emitCXXStructor() function in MicrosoftCXXABI