LLVM 20.0.0git
|
For method overload sets. LF_METHOD. More...
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
OverloadedMethodRecord ()=default | |
OverloadedMethodRecord (TypeRecordKind Kind) | |
OverloadedMethodRecord (uint16_t NumOverloads, TypeIndex MethodList, StringRef Name) | |
uint16_t | getNumOverloads () const |
TypeIndex | getMethodList () const |
StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
uint16_t | NumOverloads = 0 |
TypeIndex | MethodList |
StringRef | Name |
Public Attributes inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | Kind |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecord ()=default | |
TypeRecord (TypeRecordKind Kind) | |
For method overload sets. LF_METHOD.
Definition at line 764 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 767 of file TypeRecord.h.
|
inline |
Definition at line 768 of file TypeRecord.h.
|
inline |
Definition at line 774 of file TypeRecord.h.
References MethodList.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownMember().
|
inline |
Definition at line 775 of file TypeRecord.h.
References Name.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownMember().
|
inline |
Definition at line 773 of file TypeRecord.h.
References NumOverloads.
Referenced by llvm::logicalview::LVLogicalVisitor::visitKnownMember().
TypeIndex llvm::codeview::OverloadedMethodRecord::MethodList |
Definition at line 778 of file TypeRecord.h.
Referenced by getMethodList().
StringRef llvm::codeview::OverloadedMethodRecord::Name |
Definition at line 779 of file TypeRecord.h.
Referenced by getName().
uint16_t llvm::codeview::OverloadedMethodRecord::NumOverloads = 0 |
Definition at line 777 of file TypeRecord.h.
Referenced by getNumOverloads().