|
LLVM
4.0.0
|
#include <TypeRecord.h>
Public Member Functions | |
| UdtSourceLineRecord (TypeRecordKind Kind) | |
| UdtSourceLineRecord (TypeIndex UDT, TypeIndex SourceFile, uint32_t LineNumber) | |
| bool | remapTypeIndices (ArrayRef< TypeIndex > IndexMap) |
| Rewrite member type indices with IndexMap. More... | |
| TypeIndex | getUDT () const |
| TypeIndex | getSourceFile () const |
| uint32_t | getLineNumber () const |
Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
Public Attributes | |
| TypeIndex | UDT |
| TypeIndex | SourceFile |
| uint32_t | LineNumber |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecord ()=default | |
| TypeRecord (TypeRecordKind Kind) | |
Definition at line 625 of file TypeRecord.h.
|
inlineexplicit |
Definition at line 627 of file TypeRecord.h.
|
inline |
Definition at line 628 of file TypeRecord.h.
|
inline |
Definition at line 638 of file TypeRecord.h.
References LineNumber.
|
inline |
Definition at line 637 of file TypeRecord.h.
References SourceFile.
|
inline |
Definition at line 636 of file TypeRecord.h.
References UDT.
Referenced by llvm::pdb::TpiHashVerifier::visitKnownRecord().
Rewrite member type indices with IndexMap.
Returns false if a type index is not in the map.
Definition at line 138 of file TypeRecord.cpp.
References remapIndex(), SourceFile, Success, and UDT.
| uint32_t llvm::codeview::UdtSourceLineRecord::LineNumber |
Definition at line 642 of file TypeRecord.h.
Referenced by getLineNumber().
| TypeIndex llvm::codeview::UdtSourceLineRecord::SourceFile |
Definition at line 641 of file TypeRecord.h.
Referenced by getSourceFile(), and remapTypeIndices().
| TypeIndex llvm::codeview::UdtSourceLineRecord::UDT |
Definition at line 640 of file TypeRecord.h.
Referenced by getUDT(), and remapTypeIndices().
1.8.6