GCC Middle and Back End API Reference
debug_prefix_map Struct Reference
Collaboration diagram for debug_prefix_map:

Data Fields

const char * old_prefix
const char * new_prefix
size_t old_len
size_t new_len
struct debug_prefix_mapnext

Detailed Description

   ??? This is probably the wrong place for these.  
   Structure recording the mapping from source file and directory
   names at compile time to those to be embedded in debug
   information.  

Field Documentation

size_t debug_prefix_map::new_len
const char* debug_prefix_map::new_prefix
struct debug_prefix_map* debug_prefix_map::next

Referenced by profile_function().

size_t debug_prefix_map::old_len
const char* debug_prefix_map::old_prefix

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