|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| ArgListRecord (TypeRecordKind Kind) | |
| ArgListRecord (TypeRecordKind Kind, ArrayRef< TypeIndex > Indices) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| ArrayRef< TypeIndex > | getIndices () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| std::vector< TypeIndex > | StringIndices |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 241 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 243 of file TypeRecord.h.
|
inline |
Definition at line 245 of file TypeRecord.h.
Definition at line 252 of file TypeRecord.h.
References StringIndices.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 66 of file TypeRecord.cpp.
References remapIndex(), StringIndices, and Success.
| std::vector<TypeIndex> llvm::codeview::ArgListRecord::StringIndices |
Definition at line 254 of file TypeRecord.h.
Referenced by getIndices(), and remapTypeIndices().
1.8.6