Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp125 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_allocation_trace() local
149 uintptr_t UncompressedBuffer[AllocationMetadata::kMaxTraceLengthToCollect]; in __gwp_asan_get_deallocation_trace() local
H A Dcommon.cpp62 uintptr_t UncompressedBuffer[kMaxTraceLengthToCollect]; in RecordBacktrace() local
/llvm-project/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