|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| MemberFuncIdRecord (TypeRecordKind Kind) | |
| MemberFuncIdRecord (TypeIndex ClassType, TypeIndex FunctionType, StringRef Name) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| TypeIndex | getClassType () const |
| TypeIndex | getFunctionType () const |
| StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | ClassType |
| TypeIndex | FunctionType |
| StringRef | Name |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 220 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 222 of file TypeRecord.h.
|
inline |
Definition at line 223 of file TypeRecord.h.
|
inline |
Definition at line 232 of file TypeRecord.h.
References ClassType.
|
inline |
Definition at line 233 of file TypeRecord.h.
References FunctionType.
|
inline |
Definition at line 234 of file TypeRecord.h.
References Name.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 59 of file TypeRecord.cpp.
References ClassType, remapIndex(), and Success.
| TypeIndex llvm::codeview::MemberFuncIdRecord::ClassType |
Definition at line 235 of file TypeRecord.h.
Referenced by getClassType(), and remapTypeIndices().
| TypeIndex llvm::codeview::MemberFuncIdRecord::FunctionType |
Definition at line 236 of file TypeRecord.h.
Referenced by getFunctionType().
| StringRef llvm::codeview::MemberFuncIdRecord::Name |
Definition at line 237 of file TypeRecord.h.
Referenced by getName().
1.8.6