|
LLVM
4.0.0
|
For method overload sets. LF_METHOD. More...
#include <TypeRecord.h>
Public Member Functions | |
| OverloadedMethodRecord (TypeRecordKind Kind) | |
| OverloadedMethodRecord (uint16_t NumOverloads, TypeIndex MethodList, StringRef Name) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| 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 |
| TypeIndex | MethodList |
| StringRef | Name |
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 766 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 768 of file TypeRecord.h.
|
inline |
Definition at line 769 of file TypeRecord.h.
|
inline |
Definition at line 779 of file TypeRecord.h.
References MethodList.
|
inline |
Definition at line 780 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 778 of file TypeRecord.h.
References NumOverloads.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 180 of file TypeRecord.cpp.
References MethodList, and remapIndex().
| TypeIndex llvm::codeview::OverloadedMethodRecord::MethodList |
Definition at line 782 of file TypeRecord.h.
Referenced by getMethodList(), and remapTypeIndices().
| StringRef llvm::codeview::OverloadedMethodRecord::Name |
Definition at line 783 of file TypeRecord.h.
Referenced by getName().
| uint16_t llvm::codeview::OverloadedMethodRecord::NumOverloads |
Definition at line 781 of file TypeRecord.h.
Referenced by getNumOverloads().
1.8.6