Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp322 InternalScopedString frame_desc; in PrintStackAllocations() local
331 frame_desc.AppendF(" record_addr:%p record:0x%zx", in PrintStackAllocations()
338 &frame_desc, " %F %L", 0, frame->info.address, &frame->info, in PrintStackAllocations()
342 Printf("%s\n", frame_desc.data()); in PrintStackAllocations()
343 frame_desc.clear(); in PrintStackAllocations()