LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/SymbolDumper.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/DebugInfo/CodeView/CVSymbolVisitor.h"
#include "llvm/DebugInfo/CodeView/DebugStringTableSubsection.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 "llvm/DebugInfo/CodeView/CodeViewSymbols.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. | |
#define | SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
#define | SYMBOL_RECORD(EnumName, EnumVal, Name) |
CVSymbolVisitor overrides. | |
Functions | |
static StringRef | getSymbolKindName (SymbolKind Kind) |
#define SYMBOL_RECORD | ( | EnumName, | |
EnumVal, | |||
Name | |||
) | Error visitKnownRecord(CVSymbol &CVR, Name &Record) override; |
CVSymbolVisitor overrides.
Definition at line 37 of file SymbolDumper.cpp.
CVSymbolVisitor overrides.
Definition at line 37 of file SymbolDumper.cpp.
Definition at line 39 of file SymbolDumper.cpp.
|
static |
Definition at line 66 of file SymbolDumper.cpp.