GCC Middle and Back End API Reference
asan_mem_ref Struct Reference

Data Fields

tree start
char access_size

Detailed Description

   Hashtable support for memory references used by gimple
   statements.  
   This type represents a reference to a memory region.  

Field Documentation

char asan_mem_ref::access_size
     The size of the access (can be 1, 2, 4, 8, 16 for now).  

Referenced by has_mem_ref_been_instrumented(), and asan_mem_ref_hasher::hash().

tree asan_mem_ref::start
     The expression of the beginning of the memory region.  

Referenced by asan_mem_ref_get_end(), and asan_mem_ref_hasher::hash().


The documentation for this struct was generated from the following file: