LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/CVRecord.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/CodeViewRecordIO.h"
#include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"
#include "llvm/Support/Error.h"
#include <optional>
#include "llvm/DebugInfo/CodeView/CodeViewTypes.def"
Go to the source code of this file.
Classes | |
class | llvm::codeview::TypeRecordMapping |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::codeview |
Macros | |
#define | TYPE_RECORD(EnumName, EnumVal, Name) Error visitKnownRecord(CVType &CVR, Name##Record &Record) override; |
#define | MEMBER_RECORD(EnumName, EnumVal, Name) Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override; |
#define | TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
#define | MEMBER_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
#define MEMBER_RECORD | ( | EnumName, | |
EnumVal, | |||
Name | |||
) | Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override; |
Definition at line 42 of file TypeRecordMapping.h.
Definition at line 45 of file TypeRecordMapping.h.
#define TYPE_RECORD | ( | EnumName, | |
EnumVal, | |||
Name | |||
) | Error visitKnownRecord(CVType &CVR, Name##Record &Record) override; |
Definition at line 40 of file TypeRecordMapping.h.
Definition at line 44 of file TypeRecordMapping.h.