Searched refs:descName (Results 1 – 1 of 1) sorted by relevance
165 std::string descName; in buildBlockDescriptor() local170 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()