|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| NestedTypeRecord (TypeRecordKind Kind) | |
| NestedTypeRecord (TypeIndex Type, StringRef Name) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| TypeIndex | getNestedType () const |
| StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | Type |
| StringRef | Name |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 353 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 355 of file TypeRecord.h.
Definition at line 356 of file TypeRecord.h.
|
inline |
Definition at line 364 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 363 of file TypeRecord.h.
References Type.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 85 of file TypeRecord.cpp.
References remapIndex().
| StringRef llvm::codeview::NestedTypeRecord::Name |
Definition at line 367 of file TypeRecord.h.
Referenced by getName().
| TypeIndex llvm::codeview::NestedTypeRecord::Type |
Definition at line 366 of file TypeRecord.h.
Referenced by getNestedType().
1.8.6