Home
last modified time | relevance | path

Searched defs:tagged_addr (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp141 static bool FindHeapAllocation(HeapAllocationsRingBuffer *rb, uptr tagged_addr, in FindHeapAllocation()
300 uptr tagged_addr, uptr access_size, in PrintAddressDescription()
504 void ReportInvalidFree(StackTrace *stack, uptr tagged_addr) { in ReportInvalidFree()
530 void ReportTailOverwritten(StackTrace *stack, uptr tagged_addr, uptr orig_size, in ReportTailOverwritten()
589 void ReportTagMismatch(StackTrace *stack, uptr tagged_addr, uptr access_size, in ReportTagMismatch()
Dhwasan.h56 static inline uptr UntagAddr(uptr tagged_addr) { in UntagAddr()
Dhwasan_allocator.h95 uptr tagged_addr; member