Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:AA

942                                                 const AnnotateAttr *AA,
945 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()),
1021 const AliasAttr *AA = VD->getAttr<AliasAttr>();
1022 assert(AA && "No alias?");
1027 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee());
1035 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy,
1039 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
2084 const AliasAttr *AA = D->getAttr<AliasAttr>();
2085 assert(AA && "Not an alias?");
2101 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD,
2104 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),