LLVM  8.0.1
Macros | Functions
RecordName.cpp File Reference
#include "llvm/DebugInfo/CodeView/RecordName.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/DebugInfo/CodeView/CVSymbolVisitor.h"
#include "llvm/DebugInfo/CodeView/CVTypeVisitor.h"
#include "llvm/DebugInfo/CodeView/SymbolRecordMapping.h"
#include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/DebugInfo/CodeView/CodeViewTypes.def"
Include dependency graph for RecordName.cpp:

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 45 of file RecordName.cpp.

◆ TYPE_RECORD

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

Definition at line 42 of file RecordName.cpp.

◆ TYPE_RECORD_ALIAS

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

Definition at line 44 of file RecordName.cpp.

Function Documentation

◆ getSymbolNameOffset()

static int getSymbolNameOffset ( CVSymbol  Sym)
static

Definition at line 260 of file RecordName.cpp.

References llvm::codeview::CVRecord< Kind >::kind().

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