llvm::codeview::OverloadedMethodRecord

For method overload sets. LF_METHOD

Synopsis

Declared in <llvm/DebugInfo/CodeView/TypeRecord.h>

class OverloadedMethodRecord
    : public TypeRecord

Base Classes

NameDescription
TypeRecordBase class for decoded CodeView type records.

Member Functions

NameDescription
OverloadedMethodRecord [constructor]Constructors
getKind Return the kind of this type record.
getMethodList Return the type index of the method overload list.
getName Return the name of the overloaded method.
getNumOverloads Return the number of overloads in the set.

Data Members

NameDescription
Kind Kind of this type record.
MethodList Type index of the LF_METHODLIST.
Name Name of the overloaded method.
NumOverloads Number of overloads in the set.