LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::codeview::CallSiteInfoSym Class Reference

#include <SymbolRecord.h>

Inheritance diagram for llvm::codeview::CallSiteInfoSym:
[legend]
Collaboration diagram for llvm::codeview::CallSiteInfoSym:
[legend]

Public Member Functions

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

Public Attributes

uint32_t CodeOffset
 
uint16_t Segment
 
TypeIndex Type
 
uint32_t RecordOffset
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::SymbolRecord
 SymbolRecord (SymbolRecordKind Kind)
 

Detailed Description

Definition at line 763 of file SymbolRecord.h.

Constructor & Destructor Documentation

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

Definition at line 767 of file SymbolRecord.h.

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

Definition at line 768 of file SymbolRecord.h.

Member Function Documentation

uint32_t llvm::codeview::CallSiteInfoSym::getRelocationOffset ( ) const
inline

Definition at line 771 of file SymbolRecord.h.

References RecordOffset.

Member Data Documentation

uint32_t llvm::codeview::CallSiteInfoSym::CodeOffset

Definition at line 775 of file SymbolRecord.h.

uint32_t llvm::codeview::CallSiteInfoSym::RecordOffset

Definition at line 779 of file SymbolRecord.h.

Referenced by getRelocationOffset().

uint16_t llvm::codeview::CallSiteInfoSym::Segment

Definition at line 776 of file SymbolRecord.h.

TypeIndex llvm::codeview::CallSiteInfoSym::Type

Definition at line 777 of file SymbolRecord.h.


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