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
11
#include "
syms/core/base/syms_base.h
"
12
#include "
syms/core/syms_debug_info.h
"
13
14
// regs
15
#include "
syms/core/regs/syms_regs.h
"
16
#pragma pack(push, 1)
17
#include "
syms/core/generated/syms_meta_regs_x86.h
"
18
#include "
syms/core/generated/syms_meta_regs_x64.h
"
19
#pragma pack(pop)
20
#include "
syms/core/regs/syms_regs_helpers.h
"
21
22
// eval
23
#include "
syms/core/syms_eval.h
"
24
25
// "windows related" formats
26
#include "
syms/core/pe/syms_coff.h
"
27
#include "
syms/core/pe/syms_pe.h
"
28
#include "
syms/core/pdb/syms_cv.h
"
29
#include "
syms/core/pdb/syms_msf.h
"
30
#include "
syms/core/pdb/syms_pdb.h
"
31
32
// "linux related" formats
33
#include "
syms/core/elf/syms_elf.h
"
34
#include "
syms/core/dwarf/syms_dwarf.h
"
35
36
// "mach-o related" formats
37
#include "
syms/core/mach/syms_mach.h
"
38
39
// "windows related" parsers
40
#include "
syms/core/pe/syms_pecoff_helpers.h
"
41
#include "
syms/core/pe/syms_pe_parser.h
"
42
#include "
syms/core/pdb/syms_msf_parser.h
"
43
#include "
syms/core/pdb/syms_cv_helpers.h
"
44
#include "
syms/core/pdb/syms_pdb_parser.h
"
45
46
// "mach-o related" parsers
47
#include "
syms/core/mach/syms_mach_parser.h
"
48
49
// "linux related" parsers
50
#include "
syms/core/elf/syms_elf_parser.h
"
51
#include "
syms/core/dwarf/syms_dwarf_expr.h
"
52
#include "
syms/core/dwarf/syms_dwarf_parser.h
"
53
#include "
syms/core/dwarf/syms_dwarf_transpiler.h
"
54
55
// parser abstraction
56
#include "
syms/core/syms_parser.h
"
57
#include "
syms/core/syms_parser_invariants.h
"
58
#include "
syms/core/data_structures/syms_data_structures.h
"
59
#include "
syms/core/group/syms_type_graph.h
"
60
#include "
syms/core/group/syms_functions.h
"
61
#include "
syms/core/group/syms_group.h
"
62
#include "
syms/core/file_inf/syms_file_inf.h
"
63
64
#include "
syms/core/regs/syms_regs_x64.h
"
65
// depends on "syms_dwarf_expr" and "regs"
66
#include "
syms/core/regs/syms_dwarf_regs_helper.h
"
67
68
// unwinders
69
#include "
syms/core/unwind/syms_unwind_pe_x64.h
"
70
#include "
syms/core/unwind/syms_unwind_elf_x64.h
"
71
72
// serialized type information
73
#include "
syms/syms_serial_inc.h
"
74
75
// extras
76
#include "
syms/core/extras/syms_aggregate_proc_map.h
"
77
78
#endif
// SYMS_INC_H
syms_aggregate_proc_map.h
syms_base.h
syms_coff.h
syms_cv.h
syms_cv_helpers.h
syms_data_structures.h
syms_debug_info.h
syms_dwarf.h
syms_dwarf_expr.h
syms_dwarf_parser.h
syms_dwarf_regs_helper.h
syms_dwarf_transpiler.h
syms_elf.h
syms_elf_parser.h
syms_eval.h
syms_file_inf.h
syms_functions.h
syms_group.h
syms_mach.h
syms_mach_parser.h
syms_meta_regs_x64.h
syms_meta_regs_x86.h
syms_msf.h
syms_msf_parser.h
syms_parser.h
syms_parser_invariants.h
syms_pdb.h
syms_pdb_parser.h
syms_pe.h
syms_pe_parser.h
syms_pecoff_helpers.h
syms_regs.h
syms_regs_helpers.h
syms_regs_x64.h
syms_serial_inc.h
syms_type_graph.h
syms_unwind_elf_x64.h
syms_unwind_pe_x64.h
Engine
Source
Runtime
SymsLib
syms
syms_inc.h
Generated by
1.9.8