UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_regs_helpers.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2/* date = February 15th 2022 11:27 am */
3
4#ifndef SYMS_REGS_HELPERS_H
5#define SYMS_REGS_HELPERS_H
6
10
12
13#endif // SYMS_REGS_HELPERS_H
Definition syms_regs.h:49
Definition syms_base.h:296
#define SYMS_API
Definition syms_base.h:29
SYMS_U32 SYMS_RegID
Definition syms_base.h:107
uint64_t SYMS_U64
Definition syms_crt_overrides.h:39
SYMS_Arch
Definition syms_meta_base.h:6
SYMS_API SYMS_RegSection * syms_reg_section_table_from_arch(SYMS_Arch arch)
Definition syms_regs_helpers.c:43
SYMS_API SYMS_RegSection syms_reg_section_from_reg_id(SYMS_Arch arch, SYMS_RegID reg_id)
Definition syms_regs_helpers.c:61
SYMS_API SYMS_String8 * syms_reg_name_table_from_arch(SYMS_Arch arch)
Definition syms_regs_helpers.c:25
SYMS_API SYMS_U64 syms_reg_count_from_arch(SYMS_Arch arch)
Definition syms_regs_helpers.c:7