Searched refs:isDsoLocal (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 1148 bool isDsoLocal = op.getDsoLocal(); in matchAndRewrite() local 1183 loc, op.getName(), llvmFnTy, linkage, isDsoLocal, cconv, in matchAndRewrite() 1237 const bool isDsoLocal = op.getDsoLocal(); in setupRegionInitializedLLVMGlobalOp() local 1249 isDsoLocal, isThreadLocal, comdatAttr, attributes); in setupRegionInitializedLLVMGlobalOp() 1291 const bool isDsoLocal = op.getDsoLocal(); in matchAndRewrite() local 1330 alignment, addrSpace, isDsoLocal, isThreadLocal, comdatAttr, attributes); in matchAndRewrite()
|