LLVM
8.0.1
|
#include "llvm/ADT/Optional.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/RecordSerialization.h"
#include "llvm/DebugInfo/CodeView/SymbolRecord.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/Error.h"
#include <cstdint>
#include <vector>
#include "llvm/DebugInfo/CodeView/CodeViewSymbols.def"
Go to the source code of this file.
Classes | |
class | llvm::codeview::SymbolSerializer |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::codeview | |
Macros | |
#define | SYMBOL_RECORD(EnumName, EnumVal, Name) |
#define | SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
Definition at line 67 of file SymbolSerializer.h.
Definition at line 71 of file SymbolSerializer.h.