Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp199 std::string descName; in buildBlockDescriptor() local
204 descName = getBlockDescriptorName(blockInfo, CGM); in buildBlockDescriptor()
205 if (llvm::GlobalValue *desc = CGM.getModule().getNamedValue(descName)) in buildBlockDescriptor()
262 if (descName.empty()) { in buildBlockDescriptor()
264 descName = "__block_descriptor_tmp"; in buildBlockDescriptor()
274 elements.finishAndCreateGlobal(descName, CGM.getPointerAlign(), in buildBlockDescriptor()
279 global->setComdat(CGM.getModule().getOrInsertComdat(descName)); in buildBlockDescriptor()
/external/kotlinc/lib/
Dkotlin-annotation-processing.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-annotation- ...