Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_debugging.cc29 descr->region_kind = "stack"; in GetInfoForStackVar()
58 descr->region_kind = "heap-invalid"; in GetInfoForHeapAddress()
64 descr->region_kind = "heap"; in GetInfoForHeapAddress()
122 return descr.region_kind; in __asan_locate_address()
Dasan_report.h33 const char *region_kind; member
Dasan_globals.cc132 descr->region_kind = "global"; in GetInfoForAddressIfGlobal()
Dasan_report.cc351 descr->region_kind = area_type; in DescribeAddressIfShadow()