Searched refs:decRefCount (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_buffer_queue.cpp | 43 void decRefCount(BufferQueue::ControlBlock *C, size_t Size, size_t Count) { in decRefCount() function 192 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer() 193 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer() 210 decRefCount(Buf.BackingStore, Buf.Size, Buf.Count); in releaseBuffer() 211 decRefCount(Buf.ExtentsBackingStore, kExtentsSize, Buf.Count); in releaseBuffer() 228 decRefCount(BackingStore, BufferSize, BufferCount); in cleanupBuffers() 229 decRefCount(ExtentsBackingStore, kExtentsSize, BufferCount); in cleanupBuffers()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | device.cpp | 392 HT.decRefCount(UseHoldRefCount); in getTgtPtrBegin() 400 HT.decRefCount(UseHoldRefCount); in getTgtPtrBegin()
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | device.h | 183 uint64_t decRefCount(bool UseHoldRefCount) const { in decRefCount() function
|