LLVM: llvm::codeview::PrecompRecord Class Reference (original) (raw)
#include "[llvm/DebugInfo/CodeView/TypeRecord.h](TypeRecord%5F8h%5Fsource.html)"
Inheritance diagram for llvm::codeview::PrecompRecord:
| Public Member Functions | |
|---|---|
| PrecompRecord ()=default | |
| PrecompRecord (TypeRecordKind Kind) | |
| uint32_t | getStartTypeIndex () const |
| uint32_t | getTypesCount () const |
| uint32_t | getSignature () const |
| StringRef | getPrecompFilePath () const |
| Public Member Functions inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | getKind () const |
| Public Attributes | |
|---|---|
| uint32_t | StartTypeIndex = 0 |
| uint32_t | TypesCount = 0 |
| uint32_t | Signature = 0 |
| StringRef | PrecompFilePath |
| Public Attributes inherited from llvm::codeview::TypeRecord | |
| TypeRecordKind | Kind |
Detailed Description
Definition at line 928 of file TypeRecord.h.
Constructor & Destructor Documentation
| llvm::codeview::PrecompRecord::PrecompRecord ( ) | default |
|---|
◆ PrecompRecord() [2/2]
| llvm::codeview::PrecompRecord::PrecompRecord ( TypeRecordKind Kind) | inlineexplicit |
|---|
Member Function Documentation
◆ getPrecompFilePath()
| StringRef llvm::codeview::PrecompRecord::getPrecompFilePath ( ) const | inline |
|---|
◆ getSignature()
| uint32_t llvm::codeview::PrecompRecord::getSignature ( ) const | inline |
|---|
◆ getStartTypeIndex()
| uint32_t llvm::codeview::PrecompRecord::getStartTypeIndex ( ) const | inline |
|---|
◆ getTypesCount()
| uint32_t llvm::codeview::PrecompRecord::getTypesCount ( ) const | inline |
|---|
Member Data Documentation
◆ PrecompFilePath
StringRef llvm::codeview::PrecompRecord::PrecompFilePath
◆ Signature
uint32_t llvm::codeview::PrecompRecord::Signature = 0
◆ StartTypeIndex
uint32_t llvm::codeview::PrecompRecord::StartTypeIndex = 0
◆ TypesCount
uint32_t llvm::codeview::PrecompRecord::TypesCount = 0
The documentation for this class was generated from the following file:
- include/llvm/DebugInfo/CodeView/TypeRecord.h