Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp219 uptr pc_mask = (1ULL << kRecordFPShift) - 1; in PrintStackAllocations() local
220 uptr pc = record & pc_mask; in PrintStackAllocations()
329 uptr pc_mask = (1ULL << 48) - 1; in PrintStackAllocations() local
330 uptr pc = record & pc_mask; in PrintStackAllocations()