|
LLVM
4.0.0
|
#include "llvm/DebugInfo/CodeView/SymbolRecordMapping.h"#include "llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h"#include "llvm/DebugInfo/MSF/ByteStream.h"#include "llvm/DebugInfo/MSF/StreamWriter.h"#include "llvm/ADT/Optional.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/Error.h"#include "CVSymbolTypes.def"Go to the source code of this file.
Classes | |
| class | llvm::codeview::SymbolSerializer |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::codeview | |
Macros | |
| #define | SYMBOL_RECORD(EnumName, EnumVal, Name) |
| #define | SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
Definition at line 80 of file SymbolSerializer.h.
Definition at line 84 of file SymbolSerializer.h.
1.8.6