Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CGCXXABI

17 #include "CGCXXABI.h"
43 class MicrosoftCXXABI : public CGCXXABI {
46 : CGCXXABI(CGM), BaseClassDescriptorType(nullptr),
543 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext());
790 CGCXXABI
1429 /// implementation instead of by clients of CGCXXABI because:
3267 CGCXXABI *clang::CodeGen::CreateMicrosoftCXXABI(CodeGenModule &CGM) {