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

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

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

Public Member Functions

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

Public Attributes

int32_t Offset
 
TypeIndex Type
 
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 884 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ BPRelativeSym() [1/2]

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

Definition at line 886 of file SymbolRecord.h.

◆ BPRelativeSym() [2/2]

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

Definition at line 887 of file SymbolRecord.h.

Member Data Documentation

◆ Name

StringRef llvm::codeview::BPRelativeSym::Name

◆ Offset

int32_t llvm::codeview::BPRelativeSym::Offset

◆ RecordOffset

uint32_t llvm::codeview::BPRelativeSym::RecordOffset

Definition at line 895 of file SymbolRecord.h.

◆ Type

TypeIndex llvm::codeview::BPRelativeSym::Type

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