For method overload sets. LF_METHOD
Declared in <llvm/DebugInfo/CodeView/TypeRecord.h>
class OverloadedMethodRecord
: public TypeRecord
| Name | Description |
|---|---|
TypeRecord | Base class for decoded CodeView type records. |
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
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. |