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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 264 static GTY(()) section *cold_text_section; variable
1117 || (cold_text_section && fnsec == cold_text_section));
1321 || (cold_text_section && sect == cold_text_section));
1329 if (cold_text_section != NULL)
28520 else if (sec == cold_text_section)
28575 if (crtl->has_bb_partition && !cold_text_section)
28578 cold_text_section = unlikely_text_section ();
28579 switch_to_section (cold_text_section);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 264 static GTY(()) section *cold_text_section; variable
1119 || (cold_text_section && fnsec == cold_text_section));
1323 || (cold_text_section && sect == cold_text_section));
1331 if (cold_text_section != NULL)
28380 else if (sec == cold_text_section)
28435 if (crtl->has_bb_partition && !cold_text_section)
28438 cold_text_section = unlikely_text_section ();
28439 switch_to_section (cold_text_section);
    [all...]

Completed in 65 milliseconds