Lines Matching refs:getCXXABI
61 switch (CGM.getTarget().getCXXABI().getKind()) { in createCXXABI()
125 getCXXABI().getMangleContext()); in CodeGenModule()
536 if (getCXXABI().getMangleContext().shouldMangleDeclName(ND)) { in getMangledName()
539 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out); in getMangledName()
541 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out); in getMangledName()
543 getCXXABI().getMangleContext().mangleName(ND, Out); in getMangledName()
558 MangleContext &MangleCtx = getCXXABI().getMangleContext(); in getBlockMangledName()
635 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in getFunctionLinkage()
840 if (getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes()
856 if (getCXXABI().useThunkForDtorVariant(Dtor, GD.getDtorType())) { in SetFunctionAttributes()
1332 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()
1480 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in GetOrCreateLLVMFunction()
1669 if (getCXXABI().isInlineInitializedStaticDataMemberLinkOnce() && in GetOrCreateLLVMGlobal()
2079 if (getCXXABI().isInlineInitializedStaticDataMemberLinkOnce() && in getLLVMLinkageForDeclarator()
2796 getCXXABI().getMangleContext().shouldMangleStringLiteral(S)) { in GetAddrOfConstantStringFromLiteral()
2798 getCXXABI().getMangleContext().mangleStringLiteral(S, Out); in GetAddrOfConstantStringFromLiteral()
2905 getCXXABI().getMangleContext().mangleReferenceTemporary( in GetAddrOfGlobalTemporary()
3132 getCXXABI().EmitCXXConstructors(cast<CXXConstructorDecl>(D)); in EmitTopLevelDecl()
3137 getCXXABI().EmitCXXDestructors(cast<CXXDestructorDecl>(D)); in EmitTopLevelDecl()
3401 return getCXXABI().getAddrOfRTTIDescriptor(Ty); in GetAddrOfRTTIDescriptor()