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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp117 unsigned LLVMIRGenerationRefCount; member in class:clang::BackendConsumer
147 LLVMIRGenerationRefCount(0),
170 LLVMIRGenerationRefCount(0),
209 LLVMIRGenerationRefCount += 1;
210 if (LLVMIRGenerationRefCount == 1)
217 LLVMIRGenerationRefCount -= 1;
218 if (LLVMIRGenerationRefCount == 0)
278 LLVMIRGenerationRefCount += 1;
279 if (LLVMIRGenerationRefCount == 1)
286 LLVMIRGenerationRefCount
[all...]

Completed in 164 milliseconds