HomeSort by relevance Sort by last modified time
    Searched refs:region_kind (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/
asan_debugging.cc 29 descr->region_kind = "stack";
58 descr->region_kind = "heap-invalid";
64 descr->region_kind = "heap";
122 return descr.region_kind;
asan_report.h 33 const char *region_kind; member in struct:__asan::AddressDescription
asan_globals.cc 132 descr->region_kind = "global";
asan_report.cc 351 descr->region_kind = area_type;
    [all...]

Completed in 820 milliseconds