LLVM 19.0.0git
Macros | Functions
RecordName.cpp File Reference
#include "llvm/DebugInfo/CodeView/RecordName.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/DebugInfo/CodeView/CVTypeVisitor.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
#include "llvm/DebugInfo/CodeView/SymbolRecordMapping.h"
#include "llvm/DebugInfo/CodeView/TypeCollection.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
#include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/DebugInfo/CodeView/CodeViewTypes.def"

Go to the source code of this file.

Macros

#define TYPE_RECORD(EnumName, EnumVal, Name)    Error visitKnownRecord(CVType &CVR, Name##Record &Record) override;
 
#define TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
 
#define MEMBER_RECORD(EnumName, EnumVal, Name)
 

Functions

static int getSymbolNameOffset (CVSymbol Sym)
 

Macro Definition Documentation

◆ MEMBER_RECORD

#define MEMBER_RECORD (   EnumName,
  EnumVal,
  Name 
)

Definition at line 49 of file RecordName.cpp.

◆ TYPE_RECORD

#define TYPE_RECORD (   EnumName,
  EnumVal,
  Name 
)     Error visitKnownRecord(CVType &CVR, Name##Record &Record) override;

Definition at line 46 of file RecordName.cpp.

◆ TYPE_RECORD_ALIAS

#define TYPE_RECORD_ALIAS (   EnumName,
  EnumVal,
  Name,
  AliasName 
)

Definition at line 48 of file RecordName.cpp.

Function Documentation

◆ getSymbolNameOffset()

static int getSymbolNameOffset ( CVSymbol  Sym)
static

Definition at line 265 of file RecordName.cpp.

References Sym.

Referenced by llvm::codeview::getSymbolName().