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

Go to the source code of this file.

Classes

struct  SYMS_ProfChain
 
struct  SYMS_ProfState
 
struct  SYMS_ProfLock
 
struct  SYMS_ProfTreeNode
 
struct  SYMS_ProfTree
 

Macros

#define SYMS_LogOpen(ftr, uid, block)   ((void)0)
 
#define SYMS_LogClose(block)   ((void)0)
 
#define SYMS_Log(fmt, ...)   ((void)0)
 
#define SYMS_LogIsEnabled()   (0)
 
#define SYMS_ProfBegin(str)   ((void)0)
 
#define SYMS_ProfEnd()   ((void)0)
 
#define SYMS_ProfPasteSubChain(s)   ((void)0)
 

Typedefs

typedef SYMS_U32 SYMS_LogFeatures
 
typedef struct SYMS_ProfChain SYMS_ProfChain
 
typedef struct SYMS_ProfState SYMS_ProfState
 
typedef struct SYMS_ProfLock SYMS_ProfLock
 
typedef struct SYMS_ProfTreeNode SYMS_ProfTreeNode
 
typedef struct SYMS_ProfTree SYMS_ProfTree
 

Enumerations

enum  {
  SYMS_LogFeature_LineTable = (1 << 0) , SYMS_LogFeature_DwarfUnitRanges = (1 << 1) , SYMS_LogFeature_DwarfTags = (1 << 2) , SYMS_LogFeature_DwarfUnwind = (1 << 3) ,
  SYMS_LogFeature_DwarfCFILookup = (1 << 4) , SYMS_LogFeature_DwarfCFIDecode = (1 << 5) , SYMS_LogFeature_DwarfCFIApply = (1 << 6) , SYMS_LogFeature_PEEpilog = (1 << 7) ,
  SYMS_LogFeature_PeResParser = (1 << 8) , SYMS_LogFeature_Dummy = (1 << 31)
}
 

Macro Definition Documentation

◆ SYMS_Log

#define SYMS_Log (   fmt,
  ... 
)    ((void)0)

◆ SYMS_LogClose

#define SYMS_LogClose (   block)    ((void)0)

◆ SYMS_LogIsEnabled

#define SYMS_LogIsEnabled ( )    (0)

◆ SYMS_LogOpen

#define SYMS_LogOpen (   ftr,
  uid,
  block 
)    ((void)0)

◆ SYMS_ProfBegin

#define SYMS_ProfBegin (   str)    ((void)0)

◆ SYMS_ProfEnd

#define SYMS_ProfEnd ( )    ((void)0)

◆ SYMS_ProfPasteSubChain

#define SYMS_ProfPasteSubChain (   s)    ((void)0)

Typedef Documentation

◆ SYMS_LogFeatures

◆ SYMS_ProfChain

◆ SYMS_ProfLock

◆ SYMS_ProfState

◆ SYMS_ProfTree

◆ SYMS_ProfTreeNode

Enumeration Type Documentation

◆ anonymous enum

Enumerator
SYMS_LogFeature_LineTable 
SYMS_LogFeature_DwarfUnitRanges 
SYMS_LogFeature_DwarfTags 
SYMS_LogFeature_DwarfUnwind 
SYMS_LogFeature_DwarfCFILookup 
SYMS_LogFeature_DwarfCFIDecode 
SYMS_LogFeature_DwarfCFIApply 
SYMS_LogFeature_PEEpilog 
SYMS_LogFeature_PeResParser 
SYMS_LogFeature_Dummy