Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_report.cc138 StackAllocationsRingBuffer *current_stack_allocations) { in PrintAddressDescription() argument
237 auto *sa = (t == GetCurrentThread() && current_stack_allocations) in PrintAddressDescription()
238 ? current_stack_allocations in PrintAddressDescription()
389 SavedStackAllocations current_stack_allocations( in ReportTagMismatch() local
415 current_stack_allocations.get()); in ReportTagMismatch()