GCC Middle and Back End API Reference
|
Data Fields | |
const char * | old_prefix |
const char * | new_prefix |
size_t | old_len |
size_t | new_len |
struct debug_prefix_map * | next |
??? 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.
size_t debug_prefix_map::new_len |
Referenced by add_debug_prefix_map(), and remap_debug_filename().
const char* debug_prefix_map::new_prefix |
Referenced by add_debug_prefix_map(), and remap_debug_filename().
struct debug_prefix_map* debug_prefix_map::next |
Referenced by add_debug_prefix_map(), final(), final_scan_insn(), and remap_debug_filename().
size_t debug_prefix_map::old_len |
Referenced by add_debug_prefix_map(), and remap_debug_filename().
const char* debug_prefix_map::old_prefix |
Referenced by add_debug_prefix_map(), and remap_debug_filename().