Searched refs:comdatAttr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 1243 mlir::SymbolRefAttr comdatAttr = getComdatAttr(op, rewriter); in setupRegionInitializedLLVMGlobalOp() local 1249 isDsoLocal, isThreadLocal, comdatAttr, attributes); in setupRegionInitializedLLVMGlobalOp() 1298 mlir::SymbolRefAttr comdatAttr = getComdatAttr(op, rewriter); in matchAndRewrite() local 1330 alignment, addrSpace, isDsoLocal, isThreadLocal, comdatAttr, attributes); in matchAndRewrite()
|