LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::EnvBlockSym Class Reference

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

Inheritance diagram for llvm::codeview::EnvBlockSym:
Inheritance graph
[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 680 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ EnvBlockSym() [1/2]

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

Definition at line 682 of file SymbolRecord.h.

◆ EnvBlockSym() [2/2]

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

Definition at line 683 of file SymbolRecord.h.

Member Data Documentation

◆ Fields

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

Definition at line 687 of file SymbolRecord.h.

◆ RecordOffset

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

Definition at line 689 of file SymbolRecord.h.


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