|
Loom C API
Public Loom compiler C API
|
Function metadata view written into caller-provided storage. More...
#include <module.h>
Data Fields | |
| loomc_host_size_t | function_ordinal |
| Ordinal in the module's public function metadata sequence. | |
| loomc_string_view_t | symbol_name |
| Loom module symbol name, without a leading @. | |
| loomc_module_function_kind_t | kind |
| Function category. | |
| loomc_module_function_flags_t | flags |
| Present metadata flags. | |
Function metadata view written into caller-provided storage.
This is the common identity record for every function kind. Function-kind specific payloads remain on the owning APIs instead of being mixed into this structure.