LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::codeview::ProcRefSym Class Reference

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

Inheritance diagram for llvm::codeview::ProcRefSym:
Inheritance graph
[legend]
Collaboration diagram for llvm::codeview::ProcRefSym:
Collaboration graph
[legend]

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
 
uint32_t SymOffset
 
uint16_t Module
 
StringRef Name
 
uint32_t RecordOffset
 
- 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 391 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ ProcRefSym() [1/2]

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

Definition at line 393 of file SymbolRecord.h.

◆ ProcRefSym() [2/2]

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

Definition at line 394 of file SymbolRecord.h.

Member Function Documentation

◆ modi()

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

Definition at line 403 of file SymbolRecord.h.

Member Data Documentation

◆ Module

uint16_t llvm::codeview::ProcRefSym::Module

◆ Name

StringRef llvm::codeview::ProcRefSym::Name

◆ RecordOffset

uint32_t llvm::codeview::ProcRefSym::RecordOffset

Definition at line 404 of file SymbolRecord.h.

◆ SumName

uint32_t llvm::codeview::ProcRefSym::SumName

◆ SymOffset

uint32_t llvm::codeview::ProcRefSym::SymOffset

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