Home
last modified time | relevance | path

Searched refs:setAliasAttributes (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp200 setAliasAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias); in TryEmitDefinitionAsAlias()
H A DCodeGenModule.h1097 void setAliasAttributes(const Decl *D, llvm::GlobalValue *GV);
H A DCodeGenModule.cpp809 void CodeGenModule::setAliasAttributes(const Decl *D, in setAliasAttributes() function in CodeGenModule
2491 setAliasAttributes(D, GA); in EmitAliasDefinition()
H A DItaniumCXXABI.cpp3154 CGM.setAliasAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias); in emitConstructorDestructorAlias()