LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/SimpleTypeSerializer.h"
#include "llvm/DebugInfo/CodeView/CVRecord.h"
#include "llvm/DebugInfo/CodeView/RecordSerialization.h"
#include "llvm/DebugInfo/CodeView/TypeRecordMapping.h"
#include "llvm/Support/BinaryStreamWriter.h"
#include "llvm/DebugInfo/CodeView/CodeViewTypes.def"
Go to the source code of this file.
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) |
Functions | |
static void | addPadding (BinaryStreamWriter &Writer) |
Definition at line 66 of file SimpleTypeSerializer.cpp.
Definition at line 67 of file SimpleTypeSerializer.cpp.
Definition at line 62 of file SimpleTypeSerializer.cpp.
Definition at line 65 of file SimpleTypeSerializer.cpp.
|
static |
Definition at line 18 of file SimpleTypeSerializer.cpp.
References llvm::cantFail(), llvm::BinaryStreamWriter::getOffset(), and llvm::BinaryStreamWriter::writeInteger().