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

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

Public Member Functions
OneMethodRecord ()=default
OneMethodRecord (TypeRecordKind Kind)
OneMethodRecord (TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, StringRef Name)
OneMethodRecord (TypeIndex Type, MemberAccess Access, MethodKind MK, MethodOptions Options, int32_t VFTableOffset, StringRef Name)
TypeIndex getType () const
MethodKind getMethodKind () const
MethodOptions getOptions () const
MemberAccess getAccess () const
int32_t getVFTableOffset () const
StringRef getName () const
bool isIntroducingVirtual () const
Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
Public Attributes
TypeIndex Type
MemberAttributes Attrs
int32_t VFTableOffset = 0
StringRef Name
Public Attributes inherited from llvm::codeview::TypeRecord
TypeRecordKind Kind

Definition at line 719 of file TypeRecord.h.

llvm::codeview::OneMethodRecord::OneMethodRecord ( ) default

OneMethodRecord() [2/4]

llvm::codeview::OneMethodRecord::OneMethodRecord ( TypeRecordKind Kind) inlineexplicit

OneMethodRecord() [3/4]

OneMethodRecord() [4/4]

getAccess()

MemberAccess llvm::codeview::OneMethodRecord::getAccess ( ) const inline

getMethodKind()

MethodKind llvm::codeview::OneMethodRecord::getMethodKind ( ) const inline

getName()

StringRef llvm::codeview::OneMethodRecord::getName ( ) const inline

getOptions()

MethodOptions llvm::codeview::OneMethodRecord::getOptions ( ) const inline

getType()

TypeIndex llvm::codeview::OneMethodRecord::getType ( ) const inline

getVFTableOffset()

int32_t llvm::codeview::OneMethodRecord::getVFTableOffset ( ) const inline

isIntroducingVirtual()

bool llvm::codeview::OneMethodRecord::isIntroducingVirtual ( ) const inline

Attrs

Name

StringRef llvm::codeview::OneMethodRecord::Name

Type

TypeIndex llvm::codeview::OneMethodRecord::Type

VFTableOffset

int32_t llvm::codeview::OneMethodRecord::VFTableOffset = 0


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