Home
last modified time | relevance | path

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

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