LLVM  8.0.1
Classes | Namespaces | Macros
SymbolRecordMapping.h File Reference
#include "llvm/DebugInfo/CodeView/CodeViewRecordIO.h"
#include "llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h"
#include "llvm/DebugInfo/CodeView/CodeViewSymbols.def"
Include dependency graph for SymbolRecordMapping.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::codeview::SymbolRecordMapping
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::codeview
 

Macros

#define SYMBOL_RECORD(EnumName, EnumVal, Name)   Error visitKnownRecord(CVSymbol &CVR, Name &Record) override;
 
#define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName)
 

Macro Definition Documentation

◆ SYMBOL_RECORD

#define SYMBOL_RECORD (   EnumName,
  EnumVal,
  Name 
)    Error visitKnownRecord(CVSymbol &CVR, Name &Record) override;

Definition at line 33 of file SymbolRecordMapping.h.

◆ SYMBOL_RECORD_ALIAS

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

Definition at line 35 of file SymbolRecordMapping.h.