Home
last modified time | relevance | path

Searched refs:AliasDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXX.cpp112 GlobalDecl AliasDecl(D, Dtor_Base); in TryEmitBaseDestructorAsAlias() local
117 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl); in TryEmitBaseDestructorAsAlias()
127 StringRef MangledName = getMangledName(AliasDecl); in TryEmitBaseDestructorAsAlias()
135 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitBaseDestructorAsAlias()
202 SetCommonAttributes(AliasDecl, Alias); in TryEmitBaseDestructorAsAlias()
H A DItaniumCXXABI.cpp3791 GlobalDecl AliasDecl; in getCodegenToUse() local
3793 AliasDecl = GlobalDecl(DD, Dtor_Complete); in getCodegenToUse()
3796 AliasDecl = GlobalDecl(CD, Ctor_Complete); in getCodegenToUse()
3798 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in getCodegenToUse()
3819 GlobalDecl AliasDecl, in emitConstructorDestructorAlias() argument
3821 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in emitConstructorDestructorAlias()
3823 StringRef MangledName = CGM.getMangledName(AliasDecl); in emitConstructorDestructorAlias()
3848 CGM.SetCommonAttributes(AliasDecl, Alias); in emitConstructorDestructorAlias()
H A DCGDebugInfo.cpp1091 auto *AliasDecl = in CreateType() local
1095 SourceLocation Loc = AliasDecl->getLocation(); in CreateType()
1098 getDeclContextDescriptor(AliasDecl)); in CreateType()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1019 Function *AliasDecl = Function::Create( in importFunction() local
1022 AliasDecl->takeName(A); in importFunction()
1023 A->replaceAllUsesWith(AliasDecl); in importFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1168 ObjCCompatibleAliasDecl *AliasDecl = in ActOnCompatibilityAlias() local
1171 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()
1172 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias()
1174 return AliasDecl; in ActOnCompatibilityAlias()
H A DSemaDeclCXX.cpp10705 NamespaceAliasDecl *AliasDecl = in ActOnNamespaceAliasDef() local
10710 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef()
10712 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef()
10713 return AliasDecl; in ActOnNamespaceAliasDef()