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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h88 atomic_fetch_add(Buffer.Extents, sizeof(T), memory_order_acq_rel);
118 atomic_fetch_add(Buffer.Extents, Size, memory_order_acq_rel);
162 atomic_fetch_add(Buffer.Extents, sizeof(R) + sizeof(A),
187 atomic_fetch_add(Buffer.Extents, sizeof(R) + EventSize,
210 atomic_fetch_add(Buffer.Extents, EventSize, memory_order_acq_rel);
218 atomic_store(Buffer.Extents, 0, memory_order_release);
224 atomic_fetch_sub(Buffer.Extents, B, memory_order_acq_rel);
H A Dxray_buffer_queue.cpp61 atomic_uint64_t Extents; member in union:__anon1094::ExtentsPadded::__anon1095
126 Buf.Extents = &E->Extents;
127 atomic_store(Buf.Extents, 0, memory_order_release);
212 atomic_store(B->Buff.Extents, atomic_load(Buf.Extents, memory_order_acquire),
H A Dxray_buffer_queue.h55 atomic_uint64_t *Extents = nullptr; member in struct:__xray::BufferQueue::Buffer
H A Dxray_fdr_controller.h66 atomic_store(B.Extents, 0, memory_order_release);
125 atomic_store(B.Extents, 0, memory_order_release);
H A Dxray_fdr_logging.cpp255 auto BufferSize = atomic_load(It->Extents, memory_order_acquire);
363 // the records identified by the extents of the buffer. We use the Extents
368 auto BufferExtents = atomic_load(B.Extents, memory_order_acquire);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp869 // Extents are in bytes but region offsets are in bits. Be careful!
1614 SmallVector<uint64_t, 2> Extents; local
1616 Extents.push_back(CAT->getSize().getZExtValue());
1618 return Extents;
1757 SmallVector<uint64_t, 2> Extents = getConstantArrayExtents(CAT);
1765 if (SValOffsets.size() != Extents.size())
1770 SValOffsets, Extents, ConcreteOffsets))

Completed in 95 milliseconds