Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp125 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_allocation_trace() local
128 AllocationMeta->AllocationTrace.TraceSize, UncompressedBuffer, in __gwp_asan_get_allocation_trace()
132 memcpy(Buffer, UncompressedBuffer, BufferLen * sizeof(*Buffer)); in __gwp_asan_get_allocation_trace()
149 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_deallocation_trace() local
152 AllocationMeta->DeallocationTrace.TraceSize, UncompressedBuffer, in __gwp_asan_get_deallocation_trace()
156 memcpy(Buffer, UncompressedBuffer, BufferLen * sizeof(*Buffer)); in __gwp_asan_get_deallocation_trace()
H A Dcommon.cpp62 uintptr_t UncompressedBuffer[kMaxTraceLengthToCollect]; in RecordBacktrace() local
64 Backtrace(UncompressedBuffer, kMaxTraceLengthToCollect); in RecordBacktrace()
71 compression::pack(UncompressedBuffer, BacktraceLength, CompressedTrace, in RecordBacktrace()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DCompression.cpp151 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *UncompressedBuffer, in decompress() argument
156 SmallVectorImpl<uint8_t> &UncompressedBuffer, in decompress() argument