Searched refs:Extents (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_fdr_log_writer.h | 88 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 D | xray_buffer_queue.cpp | 61 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 D | xray_fdr_controller.h | 66 atomic_store(B.Extents, 0, memory_order_release); in getNewBuffer() 125 atomic_store(B.Extents, 0, memory_order_release); in prepareBuffer()
|
H A D | xray_buffer_queue.h | 55 atomic_uint64_t *Extents = nullptr; member
|
H A D | xray_fdr_logging.cpp | 253 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 D | test_helpers.cpp | 84 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 D | RegionStore.cpp | 1627 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()
|