Home
last modified time | relevance | path

Searched refs:aliasGD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1885 mlir::Operation *op, GlobalDecl aliasGD, in emitAliasForGlobal() argument
1889 auto *aliasFD = dyn_cast<FunctionDecl>(aliasGD.getDecl()); in emitAliasForGlobal()
1896 getTypes().arrangeCXXStructorDeclaration(aliasGD); in emitAliasForGlobal()
1900 createCIRFunction(getLoc(aliasGD.getDecl()->getSourceRange()), in emitAliasForGlobal()
1921 setCommonAttributes(aliasGD, alias); in emitAliasForGlobal()
H A DCIRGenModule.h260 GlobalDecl aliasGD, cir::FuncOp aliasee,