Home
last modified time | relevance | path

Searched refs:decRefCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp43 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 Ddevice.cpp392 HT.decRefCount(UseHoldRefCount); in getTgtPtrBegin()
400 HT.decRefCount(UseHoldRefCount); in getTgtPtrBegin()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h183 uint64_t decRefCount(bool UseHoldRefCount) const { in decRefCount() function