Searched refs:emitCXXStructor (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.h574 virtual void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) = 0;
H A DItaniumCXXABI.cpp363 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;
3476 void ItaniumCXXABI::emitCXXStructor(const CXXMethodDecl *MD, function in class:ItaniumCXXABI
H A DCodeGenModule.cpp1789 ABI->emitCXXStructor(CD, getFromCtorType(GD.getCtorType()));
1791 ABI->emitCXXStructor(DD, getFromDtorType(GD.getDtorType()));
H A DMicrosoftCXXABI.cpp669 void emitCXXStructor(const CXXMethodDecl *MD, StructorType Type) override;
3783 void MicrosoftCXXABI::emitCXXStructor(const CXXMethodDecl *MD, function in class:MicrosoftCXXABI

Completed in 290 milliseconds