Searched refs:LLVMIRGenerationRefCount (Results 1 – 2 of 2) sorted by relevance
124 LLVMIRGenerationRefCount(0), in BackendConsumer()148 LLVMIRGenerationRefCount(0), in BackendConsumer()194 LLVMIRGenerationRefCount += 1; in HandleTopLevelDecl()195 if (LLVMIRGenerationRefCount == 1) in HandleTopLevelDecl()202 LLVMIRGenerationRefCount -= 1; in HandleTopLevelDecl()203 if (LLVMIRGenerationRefCount == 0) in HandleTopLevelDecl()271 LLVMIRGenerationRefCount += 1; in HandleTranslationUnit()272 if (LLVMIRGenerationRefCount == 1) in HandleTranslationUnit()279 LLVMIRGenerationRefCount -= 1; in HandleTranslationUnit()280 if (LLVMIRGenerationRefCount == 0) in HandleTranslationUnit()
42 unsigned LLVMIRGenerationRefCount; variable