Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp181 tag_t addr_tag, uptr untagged_addr) { in PrintStackAllocations() argument
200 if (obj_tag != addr_tag) in PrintStackAllocations()
324 tag_t addr_tag = GetTagFromPointer(tagged_addr); in PrintAddressDescription() local
328 if (TagsEqual(addr_tag, left)) { in PrintAddressDescription()
333 if (TagsEqual(addr_tag, right)) { in PrintAddressDescription()
439 PrintStackAllocations(sa, addr_tag, untagged_addr); in PrintAddressDescription()