|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| EnumeratorRecord (TypeRecordKind Kind) | |
| EnumeratorRecord (MemberAttributes Attrs, APSInt Value, StringRef Name) | |
| EnumeratorRecord (MemberAccess Access, APSInt Value, StringRef Name) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| MemberAccess | getAccess () const |
| APSInt | getValue () const |
| StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| MemberAttributes | Attrs |
| APSInt | Value |
| StringRef | Name |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 839 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 841 of file TypeRecord.h.
|
inline |
Definition at line 842 of file TypeRecord.h.
|
inline |
Definition at line 845 of file TypeRecord.h.
|
inline |
Definition at line 853 of file TypeRecord.h.
References Attrs, and llvm::codeview::MemberAttributes::getAccess().
|
inline |
Definition at line 855 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 854 of file TypeRecord.h.
References Value.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 192 of file TypeRecord.cpp.
| MemberAttributes llvm::codeview::EnumeratorRecord::Attrs |
Definition at line 857 of file TypeRecord.h.
Referenced by getAccess().
| StringRef llvm::codeview::EnumeratorRecord::Name |
Definition at line 859 of file TypeRecord.h.
Referenced by getName().
| APSInt llvm::codeview::EnumeratorRecord::Value |
Definition at line 858 of file TypeRecord.h.
Referenced by getValue().
1.8.6