LLVM: llvm::codeview::ProcRefSym Class Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/SymbolRecord.h](SymbolRecord%5F8h%5Fsource.html)"

Inheritance diagram for llvm::codeview::ProcRefSym:

Public Member Functions
ProcRefSym (SymbolRecordKind Kind)
ProcRefSym (uint32_t RecordOffset)
uint16_t modi () const
Public Member Functions inherited from llvm::codeview::SymbolRecord
SymbolRecordKind getKind () const
Public Attributes
uint32_t SumName = 0
uint32_t SymOffset = 0
uint16_t Module = 0
StringRef Name
uint32_t RecordOffset = 0
Public Attributes inherited from llvm::codeview::SymbolRecord
SymbolRecordKind Kind

Detailed Description

Definition at line 425 of file SymbolRecord.h.

Constructor & Destructor Documentation

ProcRefSym() [2/2]

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

Member Function Documentation

modi()

uint16_t llvm::codeview::ProcRefSym::modi ( ) const inline

Member Data Documentation

Module

uint16_t llvm::codeview::ProcRefSym::Module = 0

Name

RecordOffset

uint32_t llvm::codeview::ProcRefSym::RecordOffset = 0

SumName

uint32_t llvm::codeview::ProcRefSym::SumName = 0

SymOffset

uint32_t llvm::codeview::ProcRefSym::SymOffset = 0


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