Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp211 const uptr *record_addr = &(*sa)[i]; in PrintStackAllocations() local
212 uptr record = *record_addr; in PrintStackAllocations()
216 reinterpret_cast<uptr>(record_addr) >> kRecordAddrBaseTagShift; in PrintStackAllocations()
325 const uptr *record_addr = &(*sa)[i]; in PrintStackAllocations() local
326 uptr record = *record_addr; in PrintStackAllocations()
332 reinterpret_cast<const void *>(record_addr), record); in PrintStackAllocations()