class CallSiteInfoSym
Declaration
class CallSiteInfoSym : public SymbolRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:794
Inherits from: SymbolRecord
Member Variables
- public uint32_t CodeOffset = 0
- public uint16_t Segment = 0
- public llvm::codeview::TypeIndex Type
- public uint32_t RecordOffset = 0
Inherited from SymbolRecord:
Method Overview
- public CallSiteInfoSym(llvm::codeview::SymbolRecordKind Kind)
- public CallSiteInfoSym(uint32_t RecordOffset)
- public uint32_t getRelocationOffset() const
Inherited from SymbolRecord:
Methods
¶CallSiteInfoSym(
llvm::codeview::SymbolRecordKind Kind)
CallSiteInfoSym(
llvm::codeview::SymbolRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:798
Parameters
- llvm::codeview::SymbolRecordKind Kind
¶CallSiteInfoSym(uint32_t RecordOffset)
CallSiteInfoSym(uint32_t RecordOffset)
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:799
Parameters
- uint32_t RecordOffset
¶uint32_t getRelocationOffset() const
uint32_t getRelocationOffset() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h:802