• Home
  • Raw
  • Download

Lines Matching refs:getCXXABI

65   switch (CGM.getTarget().getCXXABI().getKind()) {  in createCXXABI()
128 getCXXABI().getMangleContext())); in CodeGenModule()
648 if (!getTarget().getCXXABI().hasConstructorVariants()) { in getMangledName()
663 if (getCXXABI().getMangleContext().shouldMangleDeclName(ND)) { in getMangledName()
666 getCXXABI().getMangleContext().mangleCXXCtor(D, GD.getCtorType(), Out); in getMangledName()
668 getCXXABI().getMangleContext().mangleCXXDtor(D, GD.getDtorType(), Out); in getMangledName()
670 getCXXABI().getMangleContext().mangleName(ND, Out); in getMangledName()
685 MangleContext &MangleCtx = getCXXABI().getMangleContext(); in getBlockMangledName()
760 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in getFunctionLinkage()
770 Context.getTargetInfo().getCXXABI().isMicrosoft()) { in getFunctionLinkage()
784 if (getCXXABI().useThunkForDtorVariant(Dtor, GD.getDtorType())) { in setFunctionDLLStorageClass()
926 if (getTarget().getCXXABI().areMemberFunctionsAligned()) { in SetLLVMFunctionAttributesForDefinition()
1049 if (!IsThunk && getCXXABI().HasThisReturn(GD) && in SetFunctionAttributes()
1716 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()
1929 getCXXABI().useThunkForDtorVariant(cast<CXXDestructorDecl>(D), in GetOrCreateLLVMFunction()
2627 if (Context.getTargetInfo().getCXXABI().isMicrosoft()) { in isVarDeclStrongDefinition()
3470 getCXXABI().getMangleContext().shouldMangleStringLiteral(S)) { in GetAddrOfConstantStringFromLiteral()
3472 getCXXABI().getMangleContext().mangleStringLiteral(S, Out); in GetAddrOfConstantStringFromLiteral()
3556 getCXXABI().getMangleContext().mangleReferenceTemporary( in GetAddrOfGlobalTemporary()
3815 getCXXABI().EmitCXXConstructors(cast<CXXConstructorDecl>(D)); in EmitTopLevelDecl()
3820 getCXXABI().EmitCXXDestructors(cast<CXXDestructorDecl>(D)); in EmitTopLevelDecl()
4210 return getCXXABI().getAddrOfRTTIDescriptor(Ty); in GetAddrOfRTTIDescriptor()
4236 getCXXABI().getMangleContext().mangleTypeName(T, Out); in CreateMetadataIdentifierForType()