|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| FuncIdRecord (TypeRecordKind Kind) | |
| FuncIdRecord (TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| TypeIndex | getParentScope () const |
| TypeIndex | getFunctionType () const |
| StringRef | getName () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | ParentScope |
| TypeIndex | FunctionType |
| StringRef | Name |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 602 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 604 of file TypeRecord.h.
|
inline |
Definition at line 605 of file TypeRecord.h.
|
inline |
Definition at line 615 of file TypeRecord.h.
References FunctionType.
|
inline |
Definition at line 617 of file TypeRecord.h.
References Name.
|
inline |
Definition at line 613 of file TypeRecord.h.
References ParentScope.
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 131 of file TypeRecord.cpp.
References ParentScope, remapIndex(), and Success.
| TypeIndex llvm::codeview::FuncIdRecord::FunctionType |
Definition at line 620 of file TypeRecord.h.
Referenced by getFunctionType().
| StringRef llvm::codeview::FuncIdRecord::Name |
Definition at line 621 of file TypeRecord.h.
Referenced by getName().
| TypeIndex llvm::codeview::FuncIdRecord::ParentScope |
Definition at line 619 of file TypeRecord.h.
Referenced by getParentScope(), and remapTypeIndices().
1.8.6