Searched refs:UncompressedBuffer (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/ |
H A D | crash_handler.cpp | 125 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 D | common.cpp | 62 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 D | Compression.cpp | 151 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *UncompressedBuffer, in decompress() argument 156 SmallVectorImpl<uint8_t> &UncompressedBuffer, in decompress() argument
|