|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| MethodOverloadListRecord (TypeRecordKind Kind) | |
| MethodOverloadListRecord (ArrayRef< OneMethodRecord > Methods) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| ArrayRef< OneMethodRecord > | getMethods () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| std::vector< OneMethodRecord > | Methods |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 751 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 753 of file TypeRecord.h.
|
inline |
Definition at line 754 of file TypeRecord.h.
|
inline |
Definition at line 761 of file TypeRecord.h.
References Methods.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 172 of file TypeRecord.cpp.
| std::vector<OneMethodRecord> llvm::codeview::MethodOverloadListRecord::Methods |
Definition at line 762 of file TypeRecord.h.
Referenced by getMethods(), and remapTypeIndices().
1.8.6