Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp165 std::string descName; in buildBlockDescriptor() local
170 descName = getBlockDescriptorName(blockInfo, CGM); in buildBlockDescriptor()
171 if (llvm::GlobalValue *desc = CGM.getModule().getNamedValue(descName)) in buildBlockDescriptor()
231 if (descName.empty()) { in buildBlockDescriptor()
233 descName = "__block_descriptor_tmp"; in buildBlockDescriptor()
243 elements.finishAndCreateGlobal(descName, CGM.getPointerAlign(), in buildBlockDescriptor()
248 global->setComdat(CGM.getModule().getOrInsertComdat(descName)); in buildBlockDescriptor()