|
LLVM
4.0.0
|
#include "llvm/DebugInfo/CodeView/SymbolDumper.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallString.h"#include "llvm/DebugInfo/CodeView/CVSymbolVisitor.h"#include "llvm/DebugInfo/CodeView/CVTypeDumper.h"#include "llvm/DebugInfo/CodeView/EnumTables.h"#include "llvm/DebugInfo/CodeView/SymbolDeserializer.h"#include "llvm/DebugInfo/CodeView/SymbolDumpDelegate.h"#include "llvm/DebugInfo/CodeView/SymbolRecord.h"#include "llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h"#include "llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h"#include "llvm/DebugInfo/CodeView/TypeIndex.h"#include "llvm/Support/Error.h"#include "llvm/Support/ScopedPrinter.h"#include <system_error>#include "llvm/DebugInfo/CodeView/CVSymbolTypes.def"Go to the source code of this file.
Macros | |
| #define | SYMBOL_RECORD(EnumName, EnumVal, Name) Error visitKnownRecord(CVSymbol &CVR, Name &Record) override; |
| CVSymbolVisitor overrides. More... | |
| #define | SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
| #define SYMBOL_RECORD | ( | EnumName, | |
| EnumVal, | |||
| Name | |||
| ) | Error visitKnownRecord(CVSymbol &CVR, Name &Record) override; |
CVSymbolVisitor overrides.
Definition at line 41 of file SymbolDumper.cpp.
Definition at line 43 of file SymbolDumper.cpp.
1.8.6