LLVM 22.0.0git
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/Compiler.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)
#define MEMBER_RECORD(EnumName, EnumVal, Name)
#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 )
Value:
Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override;
static Error visitKnownMember(CVMemberRecord &Record, TypeVisitorCallbacks &Callbacks)

Definition at line 43 of file TypeRecordMapping.h.

◆ MEMBER_RECORD_ALIAS

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

Definition at line 46 of file TypeRecordMapping.h.

◆ TYPE_RECORD

#define TYPE_RECORD ( EnumName,
EnumVal,
Name )
Value:
Error visitKnownRecord(CVType &CVR, Name##Record &Record) override;
static Error visitKnownRecord(CVSymbol &Record, SymbolVisitorCallbacks &Callbacks)

Definition at line 41 of file TypeRecordMapping.h.

◆ TYPE_RECORD_ALIAS

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

Definition at line 45 of file TypeRecordMapping.h.