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

  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 676 if (targetm.asm_out.function_section)
677 section = targetm.asm_out.function_section (decl, freq,
688 if (targetm.asm_out.function_section)
689 section = targetm.asm_out.function_section (decl, freq, startup, exit);
702 function_section (tree decl)
1824 /* Calls to function_section rely on first_function_block_is_cold
1943 switch_to_section (function_section (decl), decl);
2042 switch_to_section (function_section (decl));
2048 switch_to_section (function_section (decl)); /* need to switch back */
2068 switch_to_section (function_section (decl))
701 function_section (tree decl) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 679 if (targetm.asm_out.function_section)
680 section = targetm.asm_out.function_section (decl, freq,
691 if (targetm.asm_out.function_section)
692 section = targetm.asm_out.function_section (decl, freq, startup, exit);
705 function_section (tree decl)
1827 /* Calls to function_section rely on first_function_block_is_cold
1922 switch_to_section (function_section (decl), decl);
2016 switch_to_section (function_section (decl));
2022 switch_to_section (function_section (decl)); /* need to switch back */
2042 switch_to_section (function_section (decl))
704 function_section (tree decl) function
    [all...]

Completed in 18 milliseconds