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

#include <TypeRecord.h>

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

Public Member Functions

 BuildInfoRecord (TypeRecordKind Kind)
 
 BuildInfoRecord (ArrayRef< TypeIndex > ArgIndices)
 
bool remapTypeIndices (ArrayRef< TypeIndex > IndexMap)
 Rewrite member type indices with IndexMap. More...
 
ArrayRef< TypeIndexgetArgs () const
 
- Public Member Functions inherited from llvm::codeview::TypeRecord
TypeRecordKind getKind () const
 

Public Attributes

SmallVector< TypeIndex, 4 > ArgIndices
 

Additional Inherited Members

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

Detailed Description

Definition at line 668 of file TypeRecord.h.

Constructor & Destructor Documentation

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

Definition at line 670 of file TypeRecord.h.

llvm::codeview::BuildInfoRecord::BuildInfoRecord ( ArrayRef< TypeIndex ArgIndices)
inline

Definition at line 671 of file TypeRecord.h.

Member Function Documentation

ArrayRef<TypeIndex> llvm::codeview::BuildInfoRecord::getArgs ( ) const
inline

Definition at line 679 of file TypeRecord.h.

References ArgIndices.

bool BuildInfoRecord::remapTypeIndices ( ArrayRef< TypeIndex IndexMap)

Rewrite member type indices with IndexMap.

Returns false if a type index is not in the map.

Definition at line 152 of file TypeRecord.cpp.

References ArgIndices, remapIndex(), and Success.

Member Data Documentation

SmallVector<TypeIndex, 4> llvm::codeview::BuildInfoRecord::ArgIndices

Definition at line 680 of file TypeRecord.h.

Referenced by getArgs(), and remapTypeIndices().


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