|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/CVRecord.h"#include "llvm/DebugInfo/CodeView/CodeView.h"#include "llvm/DebugInfo/CodeView/RecordSerialization.h"#include "llvm/DebugInfo/CodeView/SymbolRecordMapping.h"#include "llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/BinaryByteStream.h"#include "llvm/Support/BinaryStreamWriter.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Endian.h"#include "llvm/Support/Error.h"#include <array>#include <cstdint>#include "llvm/DebugInfo/CodeView/CodeViewSymbols.def"Go to the source code of this file.
Classes | |
| class | llvm::codeview::SymbolSerializer |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::codeview |
Macros | |
| #define | SYMBOL_RECORD(EnumName, EnumVal, Name) |
| #define | SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
| #define SYMBOL_RECORD | ( | EnumName, | |
| EnumVal, | |||
| Name ) |
Definition at line 67 of file SymbolSerializer.h.
| #define SYMBOL_RECORD_ALIAS | ( | EnumName, | |
| EnumVal, | |||
| Name, | |||
| AliasName ) |
Definition at line 71 of file SymbolSerializer.h.