Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp192 uptr pc_mask = (1ULL << kRecordFPShift) - 1; in PrintStackAllocations() local
193 uptr pc = record & pc_mask; in PrintStackAllocations()
234 uptr pc_mask = (1ULL << 48) - 1; in PrintStackAllocations() local
235 uptr pc = record & pc_mask; in PrintStackAllocations()
/external/llvm-project/compiler-rt/lib/hwasan/scripts/
Dhwasan_symbolize156 pc_mask = (1 << 48) - 1
167 pc = record & pc_mask