LLVM: llvm::codeview::Thunk32Sym Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/SymbolRecord.h](SymbolRecord%5F8h%5Fsource.html)"

Inheritance diagram for llvm::codeview::Thunk32Sym:

Public Attributes
uint32_t Parent = 0
uint32_t End = 0
uint32_t Next = 0
uint32_t Offset = 0
uint16_t Segment = 0
uint16_t Length = 0
ThunkOrdinal Thunk = ThunkOrdinal::Standard
StringRef Name
ArrayRef< uint8_t > VariantData
uint32_t RecordOffset = 0
Public Attributes inherited from llvm::codeview::SymbolRecord
SymbolRecordKind Kind

Detailed Description

Definition at line 70 of file SymbolRecord.h.

Constructor & Destructor Documentation

Thunk32Sym() [2/2]

Member Data Documentation

End

uint32_t llvm::codeview::Thunk32Sym::End = 0

Length

uint16_t llvm::codeview::Thunk32Sym::Length = 0

Name

Next

uint32_t llvm::codeview::Thunk32Sym::Next = 0

Offset

uint32_t llvm::codeview::Thunk32Sym::Offset = 0

Parent

uint32_t llvm::codeview::Thunk32Sym::Parent = 0

RecordOffset

uint32_t llvm::codeview::Thunk32Sym::RecordOffset = 0

Segment

uint16_t llvm::codeview::Thunk32Sym::Segment = 0

Thunk

VariantData


The documentation for this class was generated from the following file: