LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::codeview::ArgListRecord Class Reference

#include <TypeRecord.h>

Inheritance diagram for llvm::codeview::ArgListRecord:
[legend]
Collaboration diagram for llvm::codeview::ArgListRecord:
[legend]

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< TypeIndexgetIndices () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

std::vector< TypeIndexStringIndices
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::TypeRecord
 TypeRecord ()=default
 
 TypeRecord (TypeRecordKind Kind)
 

Detailed Description

Definition at line 241 of file TypeRecord.h.

Constructor & Destructor Documentation

llvm::codeview::ArgListRecord::ArgListRecord ( TypeRecordKind  Kind)
inlineexplicit

Definition at line 243 of file TypeRecord.h.

llvm::codeview::ArgListRecord::ArgListRecord ( TypeRecordKind  Kind,
ArrayRef< TypeIndex Indices 
)
inline

Definition at line 245 of file TypeRecord.h.

Member Function Documentation

ArrayRef<TypeIndex> llvm::codeview::ArgListRecord::getIndices ( ) const
inline

Definition at line 252 of file TypeRecord.h.

References StringIndices.

bool ArgListRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

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.

Member Data Documentation

std::vector<TypeIndex> llvm::codeview::ArgListRecord::StringIndices

Definition at line 254 of file TypeRecord.h.

Referenced by getIndices(), and remapTypeIndices().


The documentation for this class was generated from the following files: