LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
Public Member Functions | |
MethodOverloadListRecord ()=default | |
MethodOverloadListRecord (TypeRecordKind Kind) | |
MethodOverloadListRecord (ArrayRef< OneMethodRecord > Methods) | |
ArrayRef< OneMethodRecord > | getMethods () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
TypeRecordKind | getKind () const |
Public Attributes | |
std::vector< OneMethodRecord > | Methods |
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) | |
Definition at line 751 of file TypeRecord.h.
|
default |
|
inlineexplicit |
Definition at line 754 of file TypeRecord.h.
|
inline |
Definition at line 755 of file TypeRecord.h.
|
inline |
Definition at line 758 of file TypeRecord.h.
References Methods.
std::vector<OneMethodRecord> llvm::codeview::MethodOverloadListRecord::Methods |
Definition at line 760 of file TypeRecord.h.
Referenced by getMethods(), and llvm::logicalview::LVLogicalVisitor::visitKnownRecord().