Go to the source code of this file.
|
| SYMS_API SYMS_FileInfResult | syms_file_inf_infer_from_file_list (SYMS_Arena *arena, SYMS_FileLoadCtx ctx, SYMS_String8List file_name_list, SYMS_FileInfOptions *opts) |
| |
| SYMS_API SYMS_FileInfResult | syms_file_inf_infer_from_file (SYMS_Arena *arena, SYMS_FileLoadCtx ctx, SYMS_String8 file_name, SYMS_FileInfOptions *opts) |
| |
| SYMS_API SYMS_FileInfState | syms_file_inf_begin (void) |
| |
| SYMS_API SYMS_FileInfNode * | syms_file_inf_node_from_name (SYMS_FileInfState *state, SYMS_String8 file_name) |
| |
| SYMS_API SYMS_FileInfNode * | syms_file_inf_insert_node (SYMS_Arena *arena, SYMS_FileInfState *state) |
| |
| SYMS_API SYMS_FileInfTask * | syms_file_inf_push_task (SYMS_Arena *arena, SYMS_FileInfState *state) |
| |
| SYMS_API void | syms_file_inf_pop_task (SYMS_FileInfState *state) |
| |
| SYMS_API SYMS_B32 | syms_file_inf_state_step (SYMS_Arena *arena, SYMS_FileInfState *state) |
| |
◆ SYMS_FileInfNode
◆ SYMS_FileInfOptions
◆ SYMS_FileInfResult
◆ SYMS_FileInfState
◆ SYMS_FileInfTask
◆ SYMS_FileLoadCtx
◆ SYMS_FileLoadFunc
◆ syms_file_inf_begin()
◆ syms_file_inf_infer_from_file()
◆ syms_file_inf_infer_from_file_list()
◆ syms_file_inf_insert_node()
◆ syms_file_inf_node_from_name()
◆ syms_file_inf_pop_task()
◆ syms_file_inf_push_task()
◆ syms_file_inf_state_step()