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

Go to the source code of this file.

Classes

class  llvm::codeview::TypeVisitorCallbacks
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 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:
virtual Error visitKnownMember(CVMemberRecord &CVM, Name##Record &Record) { \
return Error::success(); \
}
amdgpu Simplify well known AMD library false Value Value const Twine & Name
static Error visitKnownMember(CVMemberRecord &Record, TypeVisitorCallbacks &Callbacks)
success
Parameters (see the expansion example below): (the builder, addr, loaded, new_val, ordering, /* OUT.

Definition at line 54 of file TypeVisitorCallbacks.h.

◆ MEMBER_RECORD_ALIAS

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

Definition at line 60 of file TypeVisitorCallbacks.h.

◆ TYPE_RECORD

#define TYPE_RECORD (   EnumName,
  EnumVal,
  Name 
)
Value:
virtual Error visitKnownRecord(CVType &CVR, Name##Record &Record) { \
return Error::success(); \
}
CVRecord< TypeLeafKind > CVType
Definition: TypeRecord.h:36
amdgpu Simplify well known AMD library false Value Value const Twine & Name
static Error visitKnownRecord(CVSymbol &Record, SymbolVisitorCallbacks &Callbacks)
success
Parameters (see the expansion example below): (the builder, addr, loaded, new_val, ordering, /* OUT.

Definition at line 50 of file TypeVisitorCallbacks.h.

◆ TYPE_RECORD_ALIAS

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

Definition at line 59 of file TypeVisitorCallbacks.h.