HomeSort by: relevance | last modified time | path
    Searched defs:debug_str_dwo_section (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 172 static GTY(()) section *debug_str_dwo_section; variable
4172 #ifndef DEBUG_STR_DWO_SECTION
4173 #define DEBUG_STR_DWO_SECTION ".debug_str.dwo"
29494 debug_str_dwo_section = get_section (DEBUG_LTO_STR_DWO_SECTION,
29576 debug_str_dwo_section = get_section (DEBUG_STR_DWO_SECTION,
29900 switch_to_section (debug_str_dwo_section);
33357 debug_str_dwo_section = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 172 static GTY(()) section *debug_str_dwo_section; variable
4172 #ifndef DEBUG_STR_DWO_SECTION
4173 #define DEBUG_STR_DWO_SECTION ".debug_str.dwo"
29348 debug_str_dwo_section = get_section (DEBUG_LTO_STR_DWO_SECTION,
29430 debug_str_dwo_section = get_section (DEBUG_STR_DWO_SECTION,
29754 switch_to_section (debug_str_dwo_section);
33210 debug_str_dwo_section = NULL;

Completed in 64 milliseconds