Controls whether #pragma arm section code affects out-of-line copies of inline functions.
The #pragma arm section code pragma places functions in a separate named section.
With --no_ool_section_name, the compiler ignores this pragma for inline
functions. Out-of-line copies of inline functions are placed in the
.text section.
With --ool_section_name, the compiler respects the pragma for inline functions. Out-of-line copies of inline functions are placed in the specified section.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.