Home
last modified time | relevance | path

Searched refs:stack_buffer (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp105 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportMmapWriteExec() local
106 BufferedStackTrace *stack = stack_buffer.data(); in ReportMmapWriteExec()
187 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportStackOverflowImpl() local
188 BufferedStackTrace *stack = stack_buffer.data(); in ReportStackOverflowImpl()
226 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in ReportDeadlySignalImpl() local
227 BufferedStackTrace *stack = stack_buffer.data(); in ReportDeadlySignalImpl()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.cpp221 InternalMmapVector<BufferedStackTrace> stack_buffer(1); in HandleTagMismatch() local
222 BufferedStackTrace *stack = stack_buffer.data(); in HandleTagMismatch()