UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_inc.c
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#ifndef SYMS_INC_C
4#define SYMS_INC_C
5
7//~ NOTE(allen): Include the whole core Syms library
8
9// base & common type definitions
12
13// eval
14#include "syms/core/syms_eval.c"
15
16// "windows related" formats
21
22// "linux related" foramts
25
26// "mach-o related" formats
28
29// "windows related" parsers
35
36// "mach-o related" parsers
38
39// "linux related" parsers
44
45// parser abstraction
53
54// regs
57
58// depends on "syms_dwarf_expr" and "regs"
60
61// unwinders
64
65// serialized type information
67
68// extras
70
71#endif // SYMS_INC_C