Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp185 const uptr *record_addr = &(*sa)[i]; in PrintStackAllocations() local
186 uptr record = *record_addr; in PrintStackAllocations()
190 reinterpret_cast<uptr>(record_addr) >> kRecordAddrBaseTagShift; in PrintStackAllocations()
230 const uptr *record_addr = &(*sa)[i]; in PrintStackAllocations() local
231 uptr record = *record_addr; in PrintStackAllocations()
237 reinterpret_cast<uptr>(record_addr), record); in PrintStackAllocations()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize325 record_addr = int(match.group(2), 16)
330 base_tag = (record_addr >> 3) & 0xFF