![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "syms/core/generated/syms_meta_dwarf_expr.h"Go to the source code of this file.
Classes | |
| struct | SYMS_DwRegsX64 |
| struct | SYMS_DwExprMachineCallConfig |
| struct | SYMS_DwExprMachineConfig |
| struct | SYMS_DwExprAnalysis |
| struct | SYMS_DwExprAnalysisTask |
| struct | SYMS_DwSimpleLoc |
| struct | SYMS_DwPiece |
| struct | SYMS_DwLocation |
| struct | SYMS_DwExprStackNode |
| struct | SYMS_DwExprStack |
| struct | SYMS_DwExprCall |
| struct | SYMS_DwExprCallStack |
Variables | |
| SYMS_GLOBAL SYMS_READ_ONLY SYMS_RegID | syms_dw_reg_table_x64 [] |
| SYMS_GLOBAL SYMS_READ_ONLY SYMS_RegID | syms_dw_reg_table_x86 [] |
| typedef SYMS_String8 SYMS_DwExprResolveCallFunc(void *call_user_ptr, SYMS_U64 p) |
| SYMS_API SYMS_DwExprAnalysisTask * syms_dw_expr__analysis_task_from_p | ( | SYMS_DwExprAnalysisTask * | first, |
| SYMS_U64 | p | ||
| ) |
| SYMS_API SYMS_DwExprAnalysis syms_dw_expr__analyze_details | ( | void * | base, |
| SYMS_U64Range | range, | ||
| SYMS_DwExprMachineCallConfig * | call_config | ||
| ) |
| SYMS_API SYMS_DwSimpleLoc syms_dw_expr__analyze_fast | ( | void * | base, |
| SYMS_U64Range | range, | ||
| SYMS_U64 | text_section_base | ||
| ) |
| SYMS_API void syms_dw_expr__call_pop | ( | SYMS_DwExprCallStack * | stack | ) |
| SYMS_API void syms_dw_expr__call_push | ( | SYMS_Arena * | arena, |
| SYMS_DwExprCallStack * | stack, | ||
| void * | ptr, | ||
| SYMS_U64 | size | ||
| ) |
| SYMS_API SYMS_DwExprCall * syms_dw_expr__call_top | ( | SYMS_DwExprCallStack * | stack | ) |
| SYMS_API SYMS_DwLocation syms_dw_expr__eval | ( | SYMS_Arena * | arena_optional, |
| void * | base, | ||
| SYMS_U64Range | range, | ||
| SYMS_DwExprMachineConfig * | config | ||
| ) |
| SYMS_API SYMS_B32 syms_dw_expr__stack_is_empty | ( | SYMS_DwExprStack * | stack | ) |
| SYMS_API SYMS_DwExprStack syms_dw_expr__stack_make | ( | SYMS_Arena * | arena | ) |
| SYMS_API SYMS_U64 syms_dw_expr__stack_pick | ( | SYMS_DwExprStack * | stack, |
| SYMS_U64 | idx | ||
| ) |
| SYMS_API SYMS_U64 syms_dw_expr__stack_pop | ( | SYMS_DwExprStack * | stack | ) |
| SYMS_API void syms_dw_expr__stack_push | ( | SYMS_Arena * | arena, |
| SYMS_DwExprStack * | stack, | ||
| SYMS_U64 | x | ||
| ) |
| SYMS_GLOBAL SYMS_READ_ONLY SYMS_RegID syms_dw_reg_table_x64[] |
| SYMS_GLOBAL SYMS_READ_ONLY SYMS_RegID syms_dw_reg_table_x86[] |