Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp124 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()
H A DBackendConsumer.h42 unsigned LLVMIRGenerationRefCount; variable