Searched refs:LLVMIRGenerationRefCount (Results 1 – 2 of 2) sorted by relevance
128 LLVMIRGenerationRefCount(0), in BackendConsumer()155 LLVMIRGenerationRefCount(0), in BackendConsumer()201 LLVMIRGenerationRefCount += 1; in HandleTopLevelDecl()202 if (LLVMIRGenerationRefCount == 1) in HandleTopLevelDecl()209 LLVMIRGenerationRefCount -= 1; in HandleTopLevelDecl()210 if (LLVMIRGenerationRefCount == 0) in HandleTopLevelDecl()299 LLVMIRGenerationRefCount += 1; in HandleTranslationUnit()300 if (LLVMIRGenerationRefCount == 1) in HandleTranslationUnit()307 LLVMIRGenerationRefCount -= 1; in HandleTranslationUnit()308 if (LLVMIRGenerationRefCount == 0) in HandleTranslationUnit()
42 unsigned LLVMIRGenerationRefCount; variable