Lines Matching defs:AA
1364 const AnnotateAttr *AA,
1367 llvm::Constant *AnnoGV = EmitAnnotationString(AA->getAnnotation()),
1492 const AliasAttr *AA = VD->getAttr<AliasAttr>();
1493 assert(AA && "No alias?");
1499 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee());
1508 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy,
1512 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(),
2915 const AliasAttr *AA = D->getAttr<AliasAttr>();
2916 assert(AA && "Not an alias?");
2920 if (AA->getAliasee() == MangledName) {
2921 Diags.Report(AA->getLocation(), diag::err_cyclic_alias) << 0;
2939 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD,
2942 Aliasee = GetOrCreateLLVMGlobal(AA
2952 Diags.Report(AA->getLocation(), diag::err_cyclic_alias) << 0;