LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
Public Member Functions | |
CallSiteInfoSym (SymbolRecordKind Kind) | |
CallSiteInfoSym (uint32_t RecordOffset) | |
uint32_t | getRelocationOffset () const |
Public Member Functions inherited from llvm::codeview::SymbolRecord | |
SymbolRecordKind | getKind () const |
Public Attributes | |
uint32_t | CodeOffset = 0 |
uint16_t | Segment = 0 |
TypeIndex | Type |
uint32_t | RecordOffset = 0 |
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 833 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 837 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, and llvm::codeview::SymbolRecord::SymbolRecord().
Referenced by CallSiteInfoSym().
|
inlineexplicit |
Definition at line 838 of file SymbolRecord.h.
References CallSiteInfoSym(), RecordOffset, and llvm::codeview::SymbolRecord::SymbolRecord().
|
inline |
Definition at line 841 of file SymbolRecord.h.
References RecordOffset.
uint32_t llvm::codeview::CallSiteInfoSym::CodeOffset = 0 |
Definition at line 845 of file SymbolRecord.h.
uint32_t llvm::codeview::CallSiteInfoSym::RecordOffset = 0 |
Definition at line 849 of file SymbolRecord.h.
Referenced by CallSiteInfoSym(), and getRelocationOffset().
uint16_t llvm::codeview::CallSiteInfoSym::Segment = 0 |
Definition at line 846 of file SymbolRecord.h.
TypeIndex llvm::codeview::CallSiteInfoSym::Type |
Definition at line 847 of file SymbolRecord.h.