LLVM 22.0.0git
llvm::codeview::EnvBlockSym Class Reference

#include "llvm/DebugInfo/CodeView/SymbolRecord.h"

Inheritance diagram for llvm::codeview::EnvBlockSym:
[legend]

Public Member Functions

 EnvBlockSym (SymbolRecordKind Kind)
 EnvBlockSym (uint32_t RecordOffset)
Public Member Functions inherited from llvm::codeview::SymbolRecord
SymbolRecordKind getKind () const

Public Attributes

std::vector< StringRefFields
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)

Detailed Description

Definition at line 692 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ EnvBlockSym() [1/2]

llvm::codeview::EnvBlockSym::EnvBlockSym ( SymbolRecordKind Kind)
inlineexplicit

◆ EnvBlockSym() [2/2]

llvm::codeview::EnvBlockSym::EnvBlockSym ( uint32_t RecordOffset)
inlineexplicit

Member Data Documentation

◆ Fields

std::vector<StringRef> llvm::codeview::EnvBlockSym::Fields

Definition at line 699 of file SymbolRecord.h.

◆ RecordOffset

uint32_t llvm::codeview::EnvBlockSym::RecordOffset = 0

Definition at line 701 of file SymbolRecord.h.

Referenced by EnvBlockSym().


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