|
LLVM
4.0.0
|
#include "llvm/DebugInfo/CodeView/TypeRecordMapping.h"#include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.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/Support/Allocator.h"#include "llvm/Support/Error.h"#include "llvm/DebugInfo/CodeView/TypeRecords.def"Go to the source code of this file.
Classes | |
| class | llvm::codeview::TypeSerializer |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::codeview | |
Macros | |
| #define | TYPE_RECORD(EnumName, EnumVal, Name) |
| #define | TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
| #define | MEMBER_RECORD(EnumName, EnumVal, Name) |
| #define | MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
Definition at line 95 of file TypeSerializer.h.
Definition at line 99 of file TypeSerializer.h.
Definition at line 90 of file TypeSerializer.h.
Definition at line 94 of file TypeSerializer.h.
1.8.6