LLVM 19.0.0git
Classes | Namespaces | Macros
TypeRecordMapping.h File Reference
#include "llvm/DebugInfo/CodeView/CVRecord.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/CodeViewRecordIO.h"
#include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"
#include "llvm/Support/Error.h"
#include <optional>
#include "llvm/DebugInfo/CodeView/CodeViewTypes.def"

Go to the source code of this file.

Classes

class  llvm::codeview::TypeRecordMapping
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::codeview
 

Macros

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

Macro Definition Documentation

◆ MEMBER_RECORD

#define MEMBER_RECORD (   EnumName,
  EnumVal,
  Name 
)     Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override;

Definition at line 42 of file TypeRecordMapping.h.

◆ MEMBER_RECORD_ALIAS

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

Definition at line 45 of file TypeRecordMapping.h.

◆ TYPE_RECORD

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

Definition at line 40 of file TypeRecordMapping.h.

◆ TYPE_RECORD_ALIAS

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

Definition at line 44 of file TypeRecordMapping.h.