|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| StringIdRecord (TypeRecordKind Kind) | |
| StringIdRecord (TypeIndex Id, StringRef String) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| TypeIndex | getId () const |
| StringRef | getString () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | Id |
| StringRef | String |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 584 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 586 of file TypeRecord.h.
Definition at line 587 of file TypeRecord.h.
|
inline |
Definition at line 594 of file TypeRecord.h.
References Id.
|
inline |
Definition at line 596 of file TypeRecord.h.
References String.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 127 of file TypeRecord.cpp.
References Id, and remapIndex().
| TypeIndex llvm::codeview::StringIdRecord::Id |
Definition at line 597 of file TypeRecord.h.
Referenced by getId(), and remapTypeIndices().
| StringRef llvm::codeview::StringIdRecord::String |
Definition at line 598 of file TypeRecord.h.
Referenced by getString().
1.8.6