|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| MemberPointerInfo ()=default | |
| MemberPointerInfo (TypeIndex ContainingType, PointerToMemberRepresentation Representation) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| TypeIndex | getContainingType () const |
| PointerToMemberRepresentation | getRepresentation () const |
Public Attributes | |
| TypeIndex | ContainingType |
| PointerToMemberRepresentation | Representation |
Definition at line 101 of file TypeRecord.h.
|
default |
|
inline |
Definition at line 105 of file TypeRecord.h.
|
inline |
Definition at line 113 of file TypeRecord.h.
References ContainingType.
|
inline |
Definition at line 114 of file TypeRecord.h.
References Representation.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 73 of file TypeRecord.cpp.
References ContainingType, and remapIndex().
| TypeIndex llvm::codeview::MemberPointerInfo::ContainingType |
Definition at line 118 of file TypeRecord.h.
Referenced by getContainingType(), and remapTypeIndices().
| PointerToMemberRepresentation llvm::codeview::MemberPointerInfo::Representation |
Definition at line 119 of file TypeRecord.h.
Referenced by getRepresentation().
1.8.6