function_category
In this section:
Syntax
#pragma function_category=category[,category...]
Parameters
| A string that represents the name of a function category. |
Description
Use this pragma directive to specify one or more function categories that the immediately following function belongs to. When used together with #pragma calls, the function_category directive specifies the destination for indirect calls for stack usage analysis purposes.
Example
#pragma function_category="Cat1"