UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_meta_dwarf.c File Reference

Go to the source code of this file.

Macros

#define _SYMS_META_DWARF_C
 

Functions

SYMS_API SYMS_Language syms_dw_base_language_from_dw_language (SYMS_DwLanguage v)
 
SYMS_API SYMS_DwVersion syms_dw_version_from_form_kind (SYMS_DwFormKind v)
 
SYMS_API SYMS_DwAttribClass syms_dw_attrib_class_from_form_kind (SYMS_DwFormKind v)
 
SYMS_API SYMS_DwVersion syms_dw_version_from_attrib_kind (SYMS_DwAttribKind v)
 
SYMS_API SYMS_DwAttribClass syms_dw_attrib_class_from_attrib_kind (SYMS_DwAttribKind v)
 
SYMS_API SYMS_DwVersion syms_dw_version_from_attrib_type_encoding (SYMS_DwAttribTypeEncoding v)
 
SYMS_API SYMS_CallConvention syms_dw_base_call_convention_from_dw_calling_convention (SYMS_DwCallingConvention v)
 
SYMS_API SYMS_MemVisibility syms_dw_mem_visibility_from_access (SYMS_DwAccess v)
 

Macro Definition Documentation

◆ _SYMS_META_DWARF_C

#define _SYMS_META_DWARF_C

Function Documentation

◆ syms_dw_attrib_class_from_attrib_kind()

SYMS_API SYMS_DwAttribClass syms_dw_attrib_class_from_attrib_kind ( SYMS_DwAttribKind  v)

◆ syms_dw_attrib_class_from_form_kind()

SYMS_API SYMS_DwAttribClass syms_dw_attrib_class_from_form_kind ( SYMS_DwFormKind  v)

◆ syms_dw_base_call_convention_from_dw_calling_convention()

SYMS_API SYMS_CallConvention syms_dw_base_call_convention_from_dw_calling_convention ( SYMS_DwCallingConvention  v)

◆ syms_dw_base_language_from_dw_language()

SYMS_API SYMS_Language syms_dw_base_language_from_dw_language ( SYMS_DwLanguage  v)

◆ syms_dw_mem_visibility_from_access()

SYMS_API SYMS_MemVisibility syms_dw_mem_visibility_from_access ( SYMS_DwAccess  v)

◆ syms_dw_version_from_attrib_kind()

SYMS_API SYMS_DwVersion syms_dw_version_from_attrib_kind ( SYMS_DwAttribKind  v)

◆ syms_dw_version_from_attrib_type_encoding()

SYMS_API SYMS_DwVersion syms_dw_version_from_attrib_type_encoding ( SYMS_DwAttribTypeEncoding  v)

◆ syms_dw_version_from_form_kind()

SYMS_API SYMS_DwVersion syms_dw_version_from_form_kind ( SYMS_DwFormKind  v)