| 
    LLVM 22.0.0git
    
   | 
 
#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 = 0 | 
| uint16_t | Segment = 0 | 
| uint16_t | CallInstructionSize = 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 853 of file SymbolRecord.h.
      
  | 
  inlineexplicit | 
Definition at line 857 of file SymbolRecord.h.
References llvm::codeview::SymbolRecord::Kind, and llvm::codeview::SymbolRecord::SymbolRecord().
Referenced by HeapAllocationSiteSym().
      
  | 
  inlineexplicit | 
Definition at line 858 of file SymbolRecord.h.
References HeapAllocationSiteSym(), RecordOffset, and llvm::codeview::SymbolRecord::SymbolRecord().
      
  | 
  inline | 
Definition at line 862 of file SymbolRecord.h.
References RecordOffset.
| uint16_t llvm::codeview::HeapAllocationSiteSym::CallInstructionSize = 0 | 
Definition at line 868 of file SymbolRecord.h.
| uint32_t llvm::codeview::HeapAllocationSiteSym::CodeOffset = 0 | 
Definition at line 866 of file SymbolRecord.h.
| uint32_t llvm::codeview::HeapAllocationSiteSym::RecordOffset = 0 | 
Definition at line 871 of file SymbolRecord.h.
Referenced by getRelocationOffset(), and HeapAllocationSiteSym().
| uint16_t llvm::codeview::HeapAllocationSiteSym::Segment = 0 | 
Definition at line 867 of file SymbolRecord.h.
| TypeIndex llvm::codeview::HeapAllocationSiteSym::Type | 
Definition at line 869 of file SymbolRecord.h.