class MethodOverloadListRecord

Declaration

class MethodOverloadListRecord : public TypeRecord { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:757

Inherits from: TypeRecord

Member Variables

public std::vector<OneMethodRecord> Methods

Inherited from TypeRecord:

public Kind

Method Overview

Inherited from TypeRecord:

Methods

MethodOverloadListRecord()

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:759

MethodOverloadListRecord(
    llvm::codeview::TypeRecordKind Kind)

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:760

Parameters

llvm::codeview::TypeRecordKind Kind

MethodOverloadListRecord(
    ArrayRef<llvm::codeview::OneMethodRecord>
        Methods)

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:761

Parameters

ArrayRef<llvm::codeview::OneMethodRecord> Methods

ArrayRef<llvm::codeview::OneMethodRecord>
getMethods() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:764