LLVM  8.0.1
Classes | Namespaces | Macros
TypeDumpVisitor.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
#include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"
#include "llvm/DebugInfo/CodeView/CodeViewTypes.def"
Include dependency graph for TypeDumpVisitor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::codeview::TypeDumpVisitor
 Dumper for CodeView type streams found in COFF object files and PDB files. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 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 57 of file TypeDumpVisitor.h.

◆ MEMBER_RECORD_ALIAS

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

Definition at line 60 of file TypeDumpVisitor.h.

◆ TYPE_RECORD

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

Definition at line 55 of file TypeDumpVisitor.h.

◆ TYPE_RECORD_ALIAS

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

Definition at line 59 of file TypeDumpVisitor.h.