Home
last modified time | relevance | path

Searched refs:Extents (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/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
126 Buf.Extents = &E->Extents; in init()
127 atomic_store(Buf.Extents, 0, memory_order_release); in init()
212 atomic_store(B->Buff.Extents, atomic_load(Buf.Extents, memory_order_acquire), in releaseBuffer()
H A Dxray_fdr_controller.h66 atomic_store(B.Extents, 0, memory_order_release); in getNewBuffer()
125 atomic_store(B.Extents, 0, memory_order_release); in prepareBuffer()
H A Dxray_buffer_queue.h55 atomic_uint64_t *Extents = nullptr; member
H A Dxray_fdr_logging.cpp253 auto BufferSize = atomic_load(It->Extents, memory_order_acquire); in fdrIterator()
366 auto BufferExtents = atomic_load(B.Extents, memory_order_acquire); in fdrLoggingFlush()
/openbsd/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dtest_helpers.cpp84 auto Size = atomic_load_relaxed(B.Extents); in serialize()
85 auto Extents = in serialize() local
87 Serialized.append(reinterpret_cast<const char *>(&Extents), in serialize()
88 sizeof(Extents)); in serialize()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1627 SmallVector<uint64_t, 2> Extents; in getConstantArrayExtents() local
1629 Extents.push_back(CAT->getSize().getZExtValue()); in getConstantArrayExtents()
1631 return Extents; in getConstantArrayExtents()
1770 SmallVector<uint64_t, 2> Extents = getConstantArrayExtents(CAT); in getConstantValFromConstArrayInitializer() local
1778 if (SValOffsets.size() != Extents.size()) in getConstantValFromConstArrayInitializer()
1783 SValOffsets, Extents, ConcreteOffsets)) in getConstantValFromConstArrayInitializer()