|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/RecordName.h"#include "llvm/ADT/SmallString.h"#include "llvm/DebugInfo/CodeView/CVSymbolVisitor.h"#include "llvm/DebugInfo/CodeView/CVTypeVisitor.h"#include "llvm/DebugInfo/CodeView/SymbolRecordMapping.h"#include "llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h"#include "llvm/Support/FormatVariadic.h"#include "llvm/DebugInfo/CodeView/CodeViewTypes.def"
Go to the source code of this file.
Macros | |
| #define | TYPE_RECORD(EnumName, EnumVal, Name) Error visitKnownRecord(CVType &CVR, Name##Record &Record) override; |
| #define | TYPE_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) |
| #define | MEMBER_RECORD(EnumName, EnumVal, Name) |
Functions | |
| static int | getSymbolNameOffset (CVSymbol Sym) |
Definition at line 45 of file RecordName.cpp.
| #define TYPE_RECORD | ( | EnumName, | |
| EnumVal, | |||
| Name | |||
| ) | Error visitKnownRecord(CVType &CVR, Name##Record &Record) override; |
Definition at line 42 of file RecordName.cpp.
Definition at line 44 of file RecordName.cpp.
|
static |
Definition at line 260 of file RecordName.cpp.
References llvm::codeview::CVRecord< Kind >::kind().
Referenced by llvm::codeview::getSymbolName().
1.8.13