LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
Public Member Functions | |
HeapAllocationSiteSym (SymbolRecordKind Kind) | |
HeapAllocationSiteSym (uint32_t RecordOffset) | |
uint32_t | getRelocationOffset () const |
Public Member Functions inherited from llvm::codeview::SymbolRecord | |
SymbolRecordKind | getKind () const |
Public Attributes | |
uint32_t | CodeOffset |
uint16_t | Segment |
uint16_t | CallInstructionSize |
TypeIndex | Type |
uint32_t | RecordOffset |
Public Attributes inherited from llvm::codeview::SymbolRecord | |
SymbolRecordKind | Kind |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::SymbolRecord | |
SymbolRecord (SymbolRecordKind Kind) | |
Definition at line 815 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 819 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 820 of file SymbolRecord.h.
|
inline |
Definition at line 824 of file SymbolRecord.h.
Referenced by getSymbolKindName().
uint16_t llvm::codeview::HeapAllocationSiteSym::CallInstructionSize |
Definition at line 830 of file SymbolRecord.h.
Referenced by getSymbolKindName(), and llvm::codeview::SymbolRecordMapping::visitSymbolEnd().
uint32_t llvm::codeview::HeapAllocationSiteSym::CodeOffset |
Definition at line 828 of file SymbolRecord.h.
Referenced by getSymbolKindName(), and llvm::codeview::SymbolRecordMapping::visitSymbolEnd().
uint32_t llvm::codeview::HeapAllocationSiteSym::RecordOffset |
Definition at line 833 of file SymbolRecord.h.
uint16_t llvm::codeview::HeapAllocationSiteSym::Segment |
Definition at line 829 of file SymbolRecord.h.
Referenced by getSymbolKindName(), and llvm::codeview::SymbolRecordMapping::visitSymbolEnd().
TypeIndex llvm::codeview::HeapAllocationSiteSym::Type |
Definition at line 831 of file SymbolRecord.h.
Referenced by getSymbolKindName(), and llvm::codeview::SymbolRecordMapping::visitSymbolEnd().