UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_inc.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2/* date = March 31st 2021 1:37 pm */
3
4#ifndef SYMS_INC_H
5#define SYMS_INC_H
6
8//~ NOTE(allen): Include the whole core Syms library
9
10// base & common type definitions
13
14// regs
16#pragma pack(push, 1)
19#pragma pack(pop)
21
22// eval
23#include "syms/core/syms_eval.h"
24
25// "windows related" formats
31
32// "linux related" formats
35
36// "mach-o related" formats
38
39// "windows related" parsers
45
46// "mach-o related" parsers
48
49// "linux related" parsers
54
55// parser abstraction
63
65// depends on "syms_dwarf_expr" and "regs"
67
68// unwinders
71
72// serialized type information
74
75// extras
77
78#endif // SYMS_INC_H