class PrecompRecord
Declaration
class PrecompRecord : public TypeRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:934
Inherits from: TypeRecord
Member Variables
- public uint32_t StartTypeIndex = 0
- public uint32_t TypesCount = 0
- public uint32_t Signature = 0
- public llvm::StringRef PrecompFilePath
Inherited from TypeRecord:
Method Overview
- public PrecompRecord()
- public PrecompRecord(llvm::codeview::TypeRecordKind Kind)
- public llvm::StringRef getPrecompFilePath() const
- public uint32_t getSignature() const
- public uint32_t getStartTypeIndex() const
- public uint32_t getTypesCount() const
Inherited from TypeRecord:
Methods
¶PrecompRecord()
PrecompRecord()
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:936
¶PrecompRecord(llvm::codeview::TypeRecordKind Kind)
PrecompRecord(llvm::codeview::TypeRecordKind Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:937
Parameters
- llvm::codeview::TypeRecordKind Kind
¶llvm::StringRef getPrecompFilePath() const
llvm::StringRef getPrecompFilePath() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:942
¶uint32_t getSignature() const
uint32_t getSignature() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:941
¶uint32_t getStartTypeIndex() const
uint32_t getStartTypeIndex() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:939
¶uint32_t getTypesCount() const
uint32_t getTypesCount() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h:940